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