import { member } from "../../core";
export interface ComponentAttacherInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    TargetSlot?: member<any>;
    _uiRoot?: member<any>;
    _customGenericType?: member<any>;
    _genericType?: member<any>;
    _customGenericTypeLabel?: member<string>;
    _customGenericTypeColor?: member<any>;
}
export declare function ComponentAttacher(props: ComponentAttacherInput): any;
//# sourceMappingURL=ComponentAttacher.d.ts.map