import { DateTimePickerProps } from '@strapi/design-system'; /** * @deprecated Use the DateTimePicker from the Design System instead. */ declare const DateTimePickerLegacy: (props: DateTimePickerProps) => import("react/jsx-runtime").JSX.Element; export { DateTimePickerLegacy as DateTimePicker }; //# sourceMappingURL=DateTimePicker.d.ts.map