export declare class ButtonToggleOptions { label: string; value: string | number; disabled?: boolean; constructor(data: any); }