import { FormViewerWrapperComponentProps } from '@react-form-builder/core'; import { JSX } from 'react/jsx-runtime'; /** * The wrapper component for Mantine components. Adds a MantineProvider if it does not exist. * @param props the component props. * @param props.children the children components to be wrapped. * @returns the wrapped components. */ export declare const MtViewerWrapper: ({ children }: FormViewerWrapperComponentProps) => JSX.Element; export { }