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