export function getTextPropsForControlHeight(height: any): { fontSize: string; fontWeight: number; lineHeight: string; letterSpacing: string; }; export default getTextPropsForControlHeight;