import { ICardToken, IThemeWithoutComponents } from '../../interfaces'; export default function createCalendarToken({ spacing, colors, shadows, }: IThemeWithoutComponents): ICardToken;