import React from "react"; import { ElementDefinition } from ".."; export declare function BasicBlock(props: { params: Parameters[0]; tag: string; children?: React.ReactNode; }): React.JSX.Element;