export declare const imageHeightAdapter: { format(val: string): string | undefined; parse(val: string | number): string | undefined; };