import CustomElement from "../../../../custom-element/CustomElement"; import { CustomElementPropertyMetadata } from "../../../../custom-element/interfaces"; import { NodePatchingData } from "../../../../renderer/NodePatcher"; import DataGridFieldDescriptor from "../../DataGridFieldDescriptor"; export default class DataHeaderCell extends CustomElement { static get styles(): string; static get properties(): Record; render(): NodePatchingData; renderCellContainer(field: DataGridFieldDescriptor, display: NodePatchingData): NodePatchingData; renderSorter(): NodePatchingData; } //# sourceMappingURL=DataHeaderCell.d.ts.map