declare const getLabelSizeMode: (config: any) => { mode: string; width: any; contentWidth: string; } | undefined; export default getLabelSizeMode;