import React from 'react'; import { type JSX } from 'udp-react-stencil-component-library'; interface UdpExportSheetProps extends Partial { children?: React.ReactNode; } /** * React wrapper for the standalone `udp-export-sheet` web component. Drive `open` * and pass `entityName` + `searchObject`; the sheet runs the full export flow * itself. No requests fire until `open` is true. */ export declare const UdpExportSheet: React.FC; export {}; //# sourceMappingURL=UdpExportSheet.d.ts.map