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