import { ICustomElement } from 'component-register'; export default function isCustomElement(element: any): element is ICustomElement & HTMLElement;