export declare const CountBox: ({ count }: { count: number; }) => import("react/jsx-runtime").JSX.Element;