import type { SVGProps } from "react"; export interface TrashClockIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function TrashClockIcon({ className, size, color, ...props }: TrashClockIconProps): import("react").JSX.Element; //# sourceMappingURL=trash-clock-icon.d.ts.map