import React, { FC } from 'react'; export declare const withMedia: >(Component: React.ComponentType) => React.FC;