import { Vue } from 'nuxt-property-decorator'; export declare class SisSelectorInformationalArea extends Vue { granterId: string; disabled: boolean; updateContextKey: any; private loading; private items; private selectedItem; onGranterChange(): Promise; select(): void; fetchInformationalAreaByGranter(): Promise; }