declare const tabStyles: { wrapper: (props?: ({ fullWidth?: boolean | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; tab: (props?: ({ tone?: "line" | "pill" | null | undefined; color?: "blue" | "red" | "green" | "yellow" | "purple" | "gray" | "dark" | "black" | null | undefined; state?: "active" | "inactive" | null | undefined; radius?: "none" | "sm" | "base" | "md" | "lg" | "full" | null | undefined; size?: "sm" | "md" | "lg" | null | undefined; fullWidth?: boolean | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; list: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string; }; export { tabStyles }; //# sourceMappingURL=Tab.styles.d.ts.map