import { ThemeProviderProps } from "@mui/material/styles/ThemeProvider";
import React from 'react';
export declare const NormaProvider: (props: ThemeProviderProps) => React.JSX.Element;
