import { ComponentSize } from '../../internal/types'; export declare function createWithMaxRowCount(component: T): { hostPosition: () => string; hostDisplay: () => string; maxHeight: () => string; };