import { BaseProps } from '../@types/base'; import { ColorName } from '../context'; export declare function ClockIcon({ size, color, fill, ...props }: BaseProps & { fill?: ColorName; size?: number; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=clock.d.ts.map