declare const scale: { borderWidth: number; space: number; size: number; font: { neutral: string; playful: string; }; fontSize: number; radius: number; }; type Scale = typeof scale; export { scale }; export type { Scale };