export { FeatureProvider, useFeatureFlag } from './FeatureProvider'; export { type Feature, type FeatureFlag, type FeatureProviderProps, FeatureType, } from './FeatureProvider.types'; export { SmoothCornersFeature } from './SmoothCornersFeature'; //# sourceMappingURL=index.d.ts.map