import type { IconProps } from '../types/index'; declare function SvgAlarm(iconProps: IconProps): JSX.Element; declare namespace SvgAlarm { var displayName: string; } export default SvgAlarm;