/** * Represents the height of form components given all available sizes */ export declare const inputHeightDictionary: { small: number; standard: number; large: number; };