import { ICalendarToken, IThemeWithoutComponents } from '../../interfaces'; export default function createCalendarToken({ spacing, colors, size, typography, opacity, }: IThemeWithoutComponents): ICalendarToken;