type TypeStickyProps = { stickyColumn?: HTMLElement | null; staticColumn?: HTMLElement | null; isStickyLast?: boolean | null; topPosition?: string | null; }; export declare const createCompositeLayoutStickyColumns: (element: TypeStickyProps) => { element: HTMLDivElement; styles: string; events: { setPosition: ({ value }: { value: string | null; }) => void; }; }; export {}; //# sourceMappingURL=index.d.ts.map