import * as React from 'react'; import type { HasPlatform } from '../types'; export declare function withPlatform(Component: React.ComponentType): React.FC>; //# sourceMappingURL=withPlatform.d.ts.map