import React from "react"; import type { InputDateProps as InputDateLegacyProps, InputDateRebuiltProps } from "./InputDate.types"; export type InputDateProps = InputDateLegacyProps | InputDateRebuiltProps; export declare const InputDate: React.ForwardRefExoticComponent>;