import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const AlarmFillIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default AlarmFillIcon;
