/** * Base style for the full-height vertical divider on pinned column edges. * Left pinned columns add `right: 0`; right pinned columns add `left: 0`. */ export declare const pinnedColumnDividerBase: { readonly content: "\"\""; readonly display: "block"; readonly position: "absolute"; readonly width: string; readonly top: 0; readonly bottom: 0; readonly backgroundColor: string; readonly maxWidth: "100%"; };