import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';

declare const tabList: (props?: ({
    variant?: "outline" | "underline" | "pills" | null | undefined;
    orientation?: "vertical" | "horizontal" | null | undefined;
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
declare const tab: (props?: ({
    variant?: "outline" | "underline" | "pills" | null | undefined;
    orientation?: "vertical" | "horizontal" | null | undefined;
    isActive?: boolean | null | undefined;
    rounded?: "none" | "sm" | "md" | "lg" | "full" | null | undefined;
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;

export { tab, tabList };
