interface MockHTMLDivElement { divPropA: string, divPropB: string, } interface MockHTMLButtonElement { buttonPropA: string, buttonPropB: string, } type Moc