import type { ListTableConstructorOptions } from '@visactor/vtable'; import type { DateRecordKeys } from '../date-util'; export declare function createTableOption(dayTitles: string[], week: DateRecordKeys[], currentDate: Date | undefined, config: { tableOptions?: ListTableConstructorOptions; containerWidth: number; containerHeight: number; }): ListTableConstructorOptions;