export interface StylesParams { variant?: string; } declare const _default: (params: StylesParams, options?: import("@mantine/core").UseStylesOptions) => { classes: { root: string; tabsList: string; tab: string; tabRightSection: string; tabLabel: string; tabIcon: string; panel: string; scrollArea: string; list: string; btn: string; prevBtn: string; nextBtn: string; }; cx: (...args: any) => string; theme: import("@mantine/core").MantineTheme; }; export default _default;