export declare const TEXT_SIZES: readonly ["small", "default", "large"]; export type TextSize = (typeof TEXT_SIZES)[number]; export declare const TRUNCATION_TYPES: readonly ["ellipsis", "multiline"]; export type TruncationType = (typeof TRUNCATION_TYPES)[number];