import type { KottiField } from '../kotti-field/types'; /** * ISO8601 */ export declare const DATE_FORMAT_REGEX: RegExp; /** * ISO8601 time without `T` */ export declare const DATE_TIME_FORMAT_REGEX: RegExp; export declare const KOTTI_FIELD_DATE_SUPPORTS: KottiField.Supports;