import type { DataGridColumn } from './datagrid-model'; export declare const COLUMN_TAG: "ore-column"; /** Attributes observed by the column MutationObserver in ore-datagrid. */ export declare const COLUMN_OBSERVED_ATTRS: readonly ["key", "label", "sortable", "resizable", "align", "width", "header-label"]; /** Parse all `` direct children of `host` into DataGridColumn descriptors. */ export declare function parseColumnChildren(host: HTMLElement): DataGridColumn[]; //# sourceMappingURL=datagrid-column.d.ts.map