import React from 'react'; export declare const CalendarDailyCollectionContext: React.Context<{ records: { id: string; fields: Record; createdTime?: string | undefined; lastModifiedTime?: string | undefined; createdBy?: string | undefined; lastModifiedBy?: string | undefined; autoNumber?: number | undefined; name?: string | undefined; permissions?: Record> | undefined; undeletable?: boolean | undefined; }[]; countMap: Record; } | null>;