import * as React from 'react'; import { BaseUIComponentProps } from '@mui/x-scheduler-internals/base-ui-copy'; export declare const TimelineGridCurrentTimeIndicator: React.ForwardRefExoticComponent & React.RefAttributes>; export declare namespace TimelineGridCurrentTimeIndicator { interface State {} interface Props extends BaseUIComponentProps<'div', State> {} }