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