export type TMaterialContrastLevel = -1.0 | 0 | 0.5 | 1.0 | number;
export declare const MaterialContrastLevels: {
    readonly Reduced: -1;
    readonly Default: 0;
    readonly Medium: 0.5;
    readonly High: 1;
};
