import { AlertColor } from '@mui/material/Alert'; import { Theme } from '@mui/material/styles'; import { AlertSize } from 'components/Alert/Alert'; export declare const useStyles: (params: { severity: AlertColor; variant: 'standard' | 'filled' | 'outlined'; size: AlertSize; hasAction: boolean; }, styleOverrides?: { props: { classes?: Record; } & Record; ownerState?: Record; }) => { classes: Record<"icon" | "body" | "action" | "root" | "heading" | "message" | "closeAction", string>; theme: Theme; css: import("tss-react").Css; cx: import("tss-react").Cx; };