export declare const useStyles: (params: void, muiStyleOverridesParams?: { props: Record; ownerState?: Record | undefined; } | undefined) => { classes: Record<"body" | "title" | "content" | "container" | "icon", string>; theme: import("@mui/material").Theme; css: import("tss-react").Css; cx: import("tss-react").Cx; };