import { IconProps } from '../lib';
declare function Timer(props: IconProps): JSX.Element;
export default Timer;
