import { BlockContract } from "./blockContract";
export interface Heading1Contract extends BlockContract {
}
