import { EventEmitter } from '../../stencil-public-runtime'; export declare class BarAction { el: HTMLElement; /** Number of selected items. The bar is hidden while this is below one. */ count: number; /** Localized noun shown after the count. */ selectedLabel: string; /** Visible Clear control label. */ clearLabel: string; /** Accessible name for the selected-set action group. */ label: string; /** Emitted when Clear is activated. The application owns the selected identities. */ dsClear: EventEmitter; private hasActions; private actionsObserver?; componentWillLoad(): void; componentDidLoad(): void; disconnectedCallback(): void; private get resolvedCount(); private get isVisible(); private updateActionsPresence; private handleClear; render(): any; } //# sourceMappingURL=BarAction.d.ts.map