import { FC } from "react"; import { LabeledElement } from "../../../../types"; import { DateInputProps } from ".."; import "./style.scss"; /** Date input with inline mask and calendar popover */ declare const DateInput: FC & Partial>; export default DateInput; //# sourceMappingURL=index.d.ts.map