import { IVariant } from 'unleash-proxy-client'; declare const useVariant: (name: string) => Partial; export default useVariant;