export declare class SwirlToggleButton { identifier: string; label: string; icon?: string; isPressed: boolean; hideLabel?: boolean; private onClick; render(): any; }