declare type Features = { isLoading: boolean; enabled: boolean; features: string[]; }; export declare function useFeatureEnabled(featureKey: string): Features; export {}; //# sourceMappingURL=useFeatureEnabled.d.ts.map