import { Row } from '@components/common/form/Editor.js'; import React from 'react'; import './Editor.scss'; interface EditorProps { rows: Row[]; } export declare function Editor({ rows }: EditorProps): React.JSX.Element; export {};