import { IAlertToken, IThemeWithoutComponents } from '../../interfaces'; export default function createAlertToken({ spacing, colors, typography, }: IThemeWithoutComponents): IAlertToken;