import type { makeStyles } from '@material-ui/core/styles'; import type { EditorThemeClasses } from 'lexical'; declare type Props = { typographyClassNames: { root: string; heading: string; }; classes: ReturnType>; }; export declare const createLexicalTheme: ({ typographyClassNames, classes, }: Props) => EditorThemeClasses; export {}; //# sourceMappingURL=create-lexical-theme.d.ts.map