import { AcademicUnit } from '../../mixins/API/AcademicUnits/types'; declare const SisLookupAcademicUnit_base: import("vue-class-component/lib/declarations").VueClass>; export declare class SisLookupAcademicUnit extends SisLookupAcademicUnit_base { display: string; exactMatchSelect: boolean; loadAcademicUnits: (params: Record) => Promise; findAcademicUnit: (unitId: string) => AcademicUnit | undefined; loading: boolean; academicUnits: []; updateTableResults(): void; allAcademicUnits: any; filteredAcademicUnits: any; headers: ({ text: string; value: string; align: string; } | { text: string; value: string; align?: undefined; })[]; defaultLabel: string; showDialog: boolean; showTable: boolean; label: string; input: string; inputError: boolean; page: number; totalVisible: number; itemsPerPage: number; pageCount: number; updateLabel(): void; newLabel(): string | null; params: any; executeSearch(): Promise; selectUnit(unit: any): void; academicUnitIdRegEx(): RegExp; } export {};