declare const textStyleProps: readonly ["normal", "italic"]; export type TextStyleProps = (typeof textStyleProps)[number]; export { textStyleProps };