/// import { IconProps } from './types'; export declare const CountdownTimerIcon: ({ color, ...props }: IconProps) => JSX.Element; export default CountdownTimerIcon;