///
import { FlowindTheme } from '../../../styles';
import { TabsStylesParams } from '../tabs.types';
interface TabStylesParams extends TabsStylesParams {
withIcon: boolean;
withRightSection: boolean;
}
declare const _default: (params: TabStylesParams, options?: import("../../../styles/utils/create-styles/create-styles").UseStylesOptions) => {
classes: {
tabLabel: string;
tabIcon: string;
tabRightSection: string;
tab: string;
};
cx: typeof import("clsx").clsx;
theme: FlowindTheme;
styls: {
tabLabel: import("react").CSSProperties;
tabIcon: import("react").CSSProperties;
tabRightSection: import("react").CSSProperties;
tab: import("react").CSSProperties;
};
};
export default _default;