export * from './colors.js'; export * from './components.js'; export * from './fonts.js'; export * from './i18n.js'; export * from './utils.js'; export declare const ORIENTATIONS: readonly ["horizontal", "vertical"]; export type Orientation = (typeof ORIENTATIONS)[number];