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