export declare class ContentSwitcherItem { /** Wether this option is currently selected. */ readonly selected: boolean; /** Value associated with this option. */ readonly value: string; render(): any; }