import { member } from "../../core";
export interface MissingComponentInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    Type?: member<any>;
}
export declare function MissingComponent(props: MissingComponentInput): any;
//# sourceMappingURL=MissingComponent.d.ts.map