type Props = {
    children: React.ReactNode;
    tip: React.ReactNode;
};
export declare const VuiTooltip: ({ children, tip }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
