interface Properties { hasFocus: boolean; hasContent: boolean; readOnly?: boolean; hasCustomToolbar?: boolean; } export declare const useEditorStyles: (params: Properties, muiStyleOverridesParams?: { props: Record; ownerState?: Record | undefined; } | undefined) => { classes: Record<"label" | "legend" | "root" | "editor" | "helpertext" | "charcount", string>; theme: import("@mui/material").Theme; css: import("tss-react").Css; cx: import("tss-react").Cx; }; export {};