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