import { DialogProps } from '../../dialogs'; type Props = Pick & { onClose: () => void; }; export declare const BugReportDialog: ({ open, onClose }: Props) => import("@emotion/react/jsx-runtime").JSX.Element; export {};