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