import type { Attributes } from './types';
export declare const useAbTestAttributes: () => [Attributes, (attributes: Attributes) => void];
