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

declare const AlarmOn: ReactIconComponentType;
export default AlarmOn;
            