interface DynamicDateTimeProps { formControl: any; fieldArrayName: string; name: string; label?: string; placeholder?: string; defaultValue?: any; required?: boolean; disabled?: boolean; hidden?: boolean; formType?: string; } declare const DynamicDateTime: (props: DynamicDateTimeProps) => import("react/jsx-runtime").JSX.Element; export { DynamicDateTime }; export default DynamicDateTime;