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