export declare const useAlertStyles: (params: void, muiStyleOverridesParams?: { props: Record; ownerState?: Record | undefined; } | undefined) => { classes: Record<"root" | "inlineRoot" | "inlineChildren" | "buttonsWrapper" | "childrenWrapper" | "secondaryButton", string>; theme: import('@mui/material').Theme; css: import('tss-react').Css; cx: import('tss-react').Cx; }; //# sourceMappingURL=useAlertStyles.d.ts.map