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