import { OnInit } from '@angular/core'; export declare class SegmentedControlItemComponent implements OnInit { label: string; disabled: boolean; labelMousedown: boolean; show: boolean; constructor(); ngOnInit(): void; windowMouseupListener(): void; }