/**
 * To get the label style considering the orientation
 * @function
 * @param {string} [orientation]
 * @param {string} [labelPosition]
 * @returns {string|undefined}
 */
declare const getLabelStyle: (orientation?: string, labelPosition?: string) => string | undefined;
export default getLabelStyle;
