import type { VoltraBaseProps } from '../baseProps'; export type TextProps = VoltraBaseProps & { /** Maximum number of lines to display */ numberOfLines?: number; /** Text alignment for multiline text */ multilineTextAlignment?: 'left' | 'center' | 'right' | 'auto'; }; //# sourceMappingURL=Text.d.ts.map