declare const wrapProps: readonly ["wrap", "no-wrap", "nowrap", "wrap-reverse"]; export type WrapProps = (typeof wrapProps)[number]; export { wrapProps };