import type { TextAlign, TextColor, TextSize, TextWeight } from './types'; export declare const getComponentCss: (size: TextSize, weight: TextWeight, align: TextAlign, color: TextColor, ellipsis: boolean) => string; //# sourceMappingURL=diwa-text-styles.d.ts.map