export declare class CbpUsaBanner {
    host: HTMLElement;
    open: boolean;
    handleClick(): void;
    render(): any;
}
