interface CustomTimeIconProps { className?: string; fill?: string; width?: number; height?: number; } export declare const CustomTimeIcon: ({ className, fill, width, height, ...props }: CustomTimeIconProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=custom-time-icon.d.ts.map