type Props = { className?: string; controls?: boolean; initialValue?: number; }; export declare const CanOfDigits: ({ className, controls, initialValue, }: Props) => import("react/jsx-runtime").JSX.Element; export {};