import React from 'react';
export interface AlarmOnProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    style?: any;
}
export declare const AlarmOn: React.FC<AlarmOnProps>;
//# sourceMappingURL=AlarmOn.native.d.ts.map