import { IThemeWithoutComponents, ITimePickerToken } from '../../interfaces'; export default function createTimePickerToken({ colors, }: IThemeWithoutComponents): ITimePickerToken;