import { IIconProps } from '@icon-park/svg/lib/runtime';
declare const Alarm: (props: IIconProps) => JSX.Element;
export default Alarm;
