import type { ToolbarCollectionState } from '../state'; export interface FieldsSourceProvider { setOnTable(toolbar: ToolbarCollectionState): void; } //# sourceMappingURL=fieldsSourceProvider.d.ts.map