import { ElementModel } from '../_types'; export interface GridOffsetLayoutProps { columns?: 2 | 3 | 4; isLayoutReversed?: boolean; stickyTopPosition?: number; stickyMinHeight?: string; enableContainerQueries?: boolean; alignItems?: 'start' | 'center' | 'end' | 'stretch'; overlayCardClass?: string; overlayTextColor?: string; } export declare function createLayoutGridOffset({ columns, isLayoutReversed, stickyTopPosition, stickyMinHeight, enableContainerQueries, alignItems, overlayCardClass, overlayTextColor, }?: GridOffsetLayoutProps): ElementModel; //# sourceMappingURL=grid-offset.d.ts.map