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