import type { PreProcessedRenderArgs } from './types';
export declare function layoutFeats(props: PreProcessedRenderArgs): {
    layoutRecords: import("./layoutFeature").LayoutRecord[];
    height: number;
};
