import { ReactIconComponentType } from '../types';

declare const AlarmOff: ReactIconComponentType;
export default AlarmOff;
            