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