declare const highContrastPropDef: {
    highContrast: {
        type: "boolean";
        className: string;
        default: undefined;
    };
};
export { highContrastPropDef };
//# sourceMappingURL=high-contrast.prop.d.ts.map