import { member } from "../../../core";
export interface SampleColorInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _activeVisual?: member<any>;
    Point?: member<any>;
    Direction?: member<any>;
    Reference?: member<any>;
    NearClip?: member<any>;
    FarClip?: member<any>;
    OnSampleStart?: member<any>;
    OnSampled?: member<any>;
}
export declare function SampleColor(props: SampleColorInput): any;
//# sourceMappingURL=SampleColor.d.ts.map