import { SiteVariablesPrepared } from '@fluentui/styles';
export interface LabelVariables {
    circularRadius: string;
    iconSize: string;
    padding: string;
    startPaddingLeft: string;
    endPaddingRight: string;
    height: string;
    foreground: string;
    background: string;
    blackForeground: string;
    blackBackground: string;
    whiteForeground: string;
    whiteBackground: string;
    brandForeground: string;
    brandBackground: string;
    greyForeground: string;
    greyBackground: string;
    orangeForeground: string;
    orangeBackground: string;
    redForeground: string;
    redBackground: string;
    greenForeground: string;
    greenBackground: string;
    yellowForeground: string;
    yellowBackground: string;
}
export declare const labelVariables: (siteVars: SiteVariablesPrepared) => LabelVariables;
