import { member } from "../../../core";
export interface TutorialItemPartInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    Tags?: member<any>;
    LabelPointReference?: member<any>;
    LabelContentReference?: member<any>;
    _currentLabelContent?: member<any>;
    _currentLabelMesh?: member<any>;
}
export declare function TutorialItemPart(props: TutorialItemPartInput): any;
//# sourceMappingURL=TutorialItemPart.d.ts.map