import { Key, ReactElement } from "react"; import { BLOCK_SCHEMA } from "../schemes"; import { AdditionPropsType } from "../types"; declare const blockComponent: (schema: BLOCK_SCHEMA, key: Key, additionProps: AdditionPropsType) => ReactElement; export default blockComponent;