import { DME } from '../../../types'; declare const Date: (props: DME.SettingComponentProps & { property: string; value?: { date: string; time: string; }; parameters: { withTime?: boolean; }; disabled?: boolean; }) => import("react/jsx-runtime").JSX.Element; export default Date;