import "./partial-export.css";
export type PartialExportDialogProps = {
    isOpen: boolean;
    onClose: () => void;
};
export declare const PartialExportDialog: ({ isOpen, onClose, }: PartialExportDialogProps) => import("react/jsx-runtime").JSX.Element;
