import * as React from 'react'; import { BaseUIComponentProps } from "../../base-ui-copy/utils/types.js"; export declare const CalendarGridCurrentTimeIndicator: React.ForwardRefExoticComponent & React.RefAttributes>; export declare namespace CalendarGridCurrentTimeIndicator { interface State {} interface Props extends BaseUIComponentProps<'div', State> {} }