/** * A function that extends the @customElement base decorator * and checks that the element hasn't been created yet * */ export declare function customElementIfNotExist(tagName: string): Function;