import GirafeHTMLElement from '../../base/GirafeHTMLElement.js'; declare class PrototypeBannerComponent extends GirafeHTMLElement { templateUrl: null; styleUrls: null; template: () => import("uhtml").Hole; constructor(); protected connectedCallback(): void; } export default PrototypeBannerComponent;