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