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