import { INotificationToken, IThemeWithoutComponents } from '../../interfaces'; export default function createNotificationToken({ typography, shadows, transition, size, colors, }: IThemeWithoutComponents): INotificationToken;