import { type IExportTemplate } from "@gooddata/sdk-model"; interface IExportTemplateSelectionDialogProps { templates: IExportTemplate[]; onConfirm: (templateId: string) => void; onCancel: () => void; } export declare function ExportTemplateSelectionDialog({ templates, onConfirm, onCancel }: IExportTemplateSelectionDialogProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ExportTemplateSelectionDialog.d.ts.map