import { FC } from 'react'; import { IProviderComposer } from '../types'; export declare const ProviderComposer: FC;