import type { Union } from '../../../internal/union.js'; import type { DayTableCellProps, TableCellProps } from '@zag-js/date-picker'; export declare const DatePickerTableCellContext: { consume(): () => Union; provide: (context: () => Union) => () => Union; };