import React from "react"; export type Counter = React.FC<{ initialValue?: number; }>;