import { SelectionWithAddressMixin } from './mixin';
import { SelectionAny } from './internal';
declare const SelectionCorporation_base: typeof SelectionAny & import("../meta").AnyConstructor<SelectionWithAddressMixin>;
export declare class SelectionCorporation extends SelectionCorporation_base {
}
export {};
