export default MuiFormRenderer;
declare function MuiFormRenderer({ sections }: {
    sections: any;
}): JSX.Element;
