import { SelectOption } from 'cosmoui';
export interface PlacePartnerOption extends SelectOption {
    value: string;
}
