import { LitElement } from 'lit'; export declare class PrimariaContentSwitcher extends LitElement { render(): import('lit').TemplateResult<1>; static styles: import('lit').CSSResult; selected: any; attrForSelected: string; animation: string; updated(props: any): any; get items(): HTMLCollection; selectIndex(): number; select(): void; doAnimation(item: any): any; }