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