export type { Complete, Exact, SafeExtract, Simplify } from '../.deps/utils/src'; export type { Level, Size, Spacing, Variant } from '../tokens/types'; export type { RichText } from './translation'; export type OmitPrivate = Omit;