import * as React from "react";
export declare const dateToLocaleString: (isoString: string) => string;
export declare const DateTimeInput: React.ForwardRefExoticComponent<React.InputHTMLAttributes<HTMLInputElement> & React.RefAttributes<HTMLInputElement>>;
