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