import * as React from 'react';
export declare type WrapperVariant = 'mobile' | 'desktop' | null;
/**
 * TODO consider getting rid from wrapper variant
 * @ignore - internal component.
 */
export declare const WrapperVariantContext: React.Context<WrapperVariant>;
