import * as React from 'react'; import { SchedulerRenderableEventOccurrence } from '@mui/x-scheduler-internals/models'; interface FormContentProps { occurrence: SchedulerRenderableEventOccurrence; onClose: () => void; dragHandlerRef: React.RefObject; } export declare function FormContent(props: FormContentProps): import("react/jsx-runtime").JSX.Element; export {};