import { Theme } from '@mui/material'; export declare const useStyles: (params: void, muiStyleOverridesParams?: { props: Record; ownerState?: Record | undefined; } | undefined) => { classes: Record<"tabs" | "tab" | "indicator", string>; theme: Theme; css: import("tss-react").Css; cx: import("tss-react").Cx; }; export declare const useMobileStyles: (params: void, muiStyleOverridesParams?: { props: Record; ownerState?: Record | undefined; } | undefined) => { classes: Record<"mobileNavList", string>; theme: Theme; css: import("tss-react").Css; cx: import("tss-react").Cx; };