import { Base, Type } from "igniteui-react-core"; import { UserBaseAnnotation } from "./UserBaseAnnotation"; import { UserAnnotationInformation } from "./UserAnnotationInformation"; /** * @hidden */ export declare class UserAnnotationFlow extends Base { static $t: Type; private static c; d: string; b: UserBaseAnnotation; a: UserAnnotationInformation; constructor(); }