import type { AddressProps } from './types';
export declare function AddressExperimentWrapper(props: AddressProps): import("preact").JSX.Element;
