import { CSSProperties } from 'react'; export default function EditorPanel({ className, style }: { className?: string; style?: CSSProperties; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=EditorPanel.d.ts.map