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