import { ItemType } from '../../../types'; import { TeamsSchemeMappingWithAreas } from '../../types'; import { SiteVariablesPrepared } from '@fluentui/styles'; export declare const labelColorAreas: ("background" | "foreground")[]; export declare type LabelColorSchemeMapping = TeamsSchemeMappingWithAreas>; export interface LabelVariables { colorScheme: LabelColorSchemeMapping; circularRadius: string; iconSize: string; padding: string; startPaddingLeft: string; endPaddingRight: string; height: string; } export declare const labelVariables: (siteVars: SiteVariablesPrepared) => LabelVariables;