import { PropsWithChildren } from 'react'; type EnsureMantineProps = PropsWithChildren<{}>; export declare function EnsureMantine({ children }: EnsureMantineProps): import("react/jsx-runtime").JSX.Element; export {};