import { IModelProviderProps } from '../types'; export default function MainProvider({ props, children }: IModelProviderProps): JSX.Element;