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