import { ReactNode } from "react";
type Props = {
    children: ReactNode;
};
export declare const VuiPortal: ({ children }: Props) => import("react").ReactPortal | null;
export {};
