import { type Signal } from "@angular/core"; import type { SdSheetColumn } from "./sd-sheet-column"; import type { SdSheetColumnDef, SdSheetConfig, SdSheetHeaderDef } from "./types"; export declare function useSheetLayoutEngine(options: { columnControls: Signal; config: Signal; }): { columnDefs: Signal; hasSummary: Signal; headerDefTable: Signal; headerDepth: Signal; headerFeatureRowSpan: Signal; }; //# sourceMappingURL=useSheetLayoutEngine.d.ts.map