export declare type ToggleState = { id: string; enabled: boolean; };