declare const textAlignProps: readonly ["left", "center", "right"]; export type TextAlignProps = (typeof textAlignProps)[number]; export { textAlignProps };