import { ComponentType } from "react"; declare namespace BlockEdit { // It is extremely unclear what props this component accepts. type Props = any; } declare const BlockEdit: ComponentType; export default BlockEdit;