export declare const useStyles: (params: void, muiStyleOverridesParams?: { props: Record; ownerState?: Record | undefined; } | undefined) => { classes: Record<"icon" | "button" | "label" | "square" | "root" | "custom" | "radio" | "root--disabled" | "label--secondary" | "square--disabled" | "square--checked" | "square--full" | "custom--disabled" | "custom--checked" | "radio--checked" | "radio--custom", string>; theme: import("@mui/material").Theme; css: import("tss-react").Css; cx: import("tss-react").Cx; }; //# sourceMappingURL=styles.d.ts.map