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