import { IButtonToken, IThemeWithoutComponents } from '../../interfaces'; export default function createButtonToken({ typography, colors, size, spacing, opacity, }: IThemeWithoutComponents): IButtonToken;