import { AnyConstructor } from '../../meta'; import { SelectionAddress, SelectionAny } from '../internal'; /** * @ignore */ export declare const SelectionWithAddressMixin: >(Base: C) => C & AnyConstructor; export interface SelectionWithAddressMixin { getAddress(): SelectionAddress; getPhoneNumber(): SelectionAny; getEmailAddress(): SelectionAny; getFaxAddress(): SelectionAny; getWebAddress(): SelectionAny; }