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