import { EntitySchema, EntitySchemaResolver, ExportConfig } from "../../../../models"; interface ExportButtonProps { schema: EntitySchema; schemaResolver: EntitySchemaResolver; path: string; exportConfig?: ExportConfig; } export declare function ExportButton({ schema, schemaResolver, path, exportConfig }: ExportButtonProps): import("@emotion/react/jsx-runtime").JSX.Element; export {};