import { LayoutStrategy } from '../../factory/core/types'; export interface FeaturedLayoutConfig { isLayoutReversed?: boolean; stickyTopPosition?: number; minEntriesForOffset?: number; } export declare function createFeaturedLayoutStrategy(config?: FeaturedLayoutConfig): LayoutStrategy; //# sourceMappingURL=featured.d.ts.map