import { API } from "./api";
export declare class AbnormalTypeService {
    api: API;
    constructor(api: API);
    selectBoxHandler(): any;
    selectBoxLabelHandler(): any;
}
