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