export declare class CbpActionBar {
    host: HTMLElement;
    variant: 'inline' | 'floating';
    context: "light-inverts" | "light-always" | "dark-inverts" | "dark-always";
    sx: any;
    componentWillLoad(): void;
    render(): any;
}
