import type { ILabelStyleProps, ILabelStyles } from './Label.types';
export declare const getStyles: (props: ILabelStyleProps) => ILabelStyles;
