import { MediaProviderProps } from './types'; import { FC } from 'react'; export declare const MediaProvider: FC;