/// import { IconProps } from '../../types'; declare const Alarm: (allProps: IconProps) => JSX.Element; export default Alarm;