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