import React from 'react';
export declare const WixDesignSystemContext: React.Context<{
    newColorsBranding?: boolean;
    newBrandingClass?: string;
    mobile?: boolean;
}>;
//# sourceMappingURL=context.d.ts.map