type Props = {
    children: React.ReactNode;
    className?: string;
    href?: string;
    onClick?: () => void;
    isActive?: boolean;
};
export declare const VuiTab: ({ children, className, href, onClick, isActive, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
