import { Value } from '@udecode/plate-common'; import { ExcalidrawElementProps } from './ExcalidrawElement.types'; export declare const getExcalidrawElementStyles: (props: ExcalidrawElementProps) => { root: import("@udecode/plate-styled-components").Style; } & Record<"excalidrawWrapper" | "root", import("@udecode/plate-styled-components").Style | undefined>; //# sourceMappingURL=ExcalidrawElement.styles.d.ts.map