import type { FieldsSourceProvider } from '../fieldsSourceProvider';
import { type DataExtensionProps } from './DataExtension';
/**
* Wraps DataExtension as a table field source, so consumers attach it the same
* way as a schema source: `
`.
* Unlike a schema source, DataExtension extends the consumer's own collection
* rather than owning the data, so there is no `collectionConfig` to spread —
* the consumer still drives data via their own collection hook.
*/
export declare const dataExtensionTableSource: (overrides?: DataExtensionProps) => FieldsSourceProvider;
//# sourceMappingURL=dataExtensionTableSource.d.ts.map