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