import { FC, ReactNode } from 'react'; export declare const CommonProviders: FC<{ children: ReactNode; }>;