/** * Copyright (c) Cisco Systems, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * */ export declare const ValidationRegex: { textString: string; integerString: string; decimalString: string; dateString: string; ISODateString: string; ISOTimeString: string; ISOString: string; noPrecedingZerosString: string; allLeadingZeros: string; timeString: string; hourString: string; twentyFourHourString: string; minuteSecondString: string; amPmString: string; booleanString: string; };