import { ComponentType } from "react"; declare namespace BlockInspector { interface Props { children?: never | undefined; showNoBlockSelectedMessage?: boolean | undefined; } } declare const BlockInspector: ComponentType; export default BlockInspector;