declare class BeerCssCustomElement extends HTMLElement { static isCssLoaded: boolean; static isJsLoaded: boolean; constructor(); addJs(): Promise; addCss(): Promise; run(): Promise; } export default BeerCssCustomElement;