export declare const getTextSizeForControlHeight: (height: number) => 300 | 400 | 500; export declare const getBorderRadiusForControlHeight: (height: number) => 3 | 4;