import React from 'react'; import { c as FlagDefinitionsType, d as FlagValuesType } from './types-swW0-Ony.cjs'; import 'http'; import '@edge-runtime/cookies'; type Encrypted = string; /** * Registers variant definitions with the toolbar */ declare function FlagDefinitions({ definitions, }: { definitions: FlagDefinitionsType | Encrypted; }): React.JSX.Element; /** * Registers variant values with the toolbar */ declare function FlagValues({ values, }: { values: FlagValuesType | Encrypted; }): React.JSX.Element; export { FlagDefinitions, FlagValues };