import { useEventOccurrencesWithTimelinePosition } from '@mui/x-scheduler-internals/use-event-occurrences-with-timeline-position'; export declare function usePlaceholderInRow(parameters: usePlaceholderInRow.Parameters): usePlaceholderInRow.ReturnValue; export declare namespace usePlaceholderInRow { interface Parameters extends useEventOccurrencesWithTimelinePosition.ReturnValue { /** * The resource id of the row in which to render the placeholder. */ resourceId: string | null; } type ReturnValue = useEventOccurrencesWithTimelinePosition.EventOccurrencePlaceholderWithPosition | null; }