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