import { SVGProps } from 'react'; import { ResponsiveIconSize } from './types'; export interface ClockIconProps extends SVGProps { size?: number | ResponsiveIconSize; } export declare function ClockIcon({ size, color, style, className, ...props }: ClockIconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ClockIcon.d.ts.map