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