import { IIcon } from '../interfaces.js';
export declare function IconClockFilled({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
export declare function IconClockNotFilled({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
export declare function IconClock({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
