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