import { TokenTypes } from '../../variables'; export declare const box: (tokens: TokenTypes) => { width: string; background: string; border: string; outline: string; };