import type { HeaderLayoutCell } from "../../+types";
import type { MakeColumnViewReturn } from "./column-view";
export declare function makeColumnLayout<T>(view: MakeColumnViewReturn<T>, floatingRowEnabled: boolean): HeaderLayoutCell<T>[][];
