import { ItemType } from '../../../types';
import { TeamsSchemeMappingWithAreas } from '../../types';
export declare const headerColorAreas: "foreground"[];
export declare type HeaderColorSchemeMapping = TeamsSchemeMappingWithAreas<ItemType<typeof headerColorAreas>>;
export interface HeaderVariables {
    colorScheme?: HeaderColorSchemeMapping;
    color: string;
    descriptionColor: string;
}
export declare const headerVariables: (siteVars: any) => HeaderVariables;
