import * as React from 'react'; export declare const PlatformContext: React.Context; export interface IWithPlatformProps { platform?: TPlatforms; } export declare function withPlatform = IWithPlatformProps>(Component: React.ComponentType): React.FunctionComponent;