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