declare const sizeProps: readonly ["xxs", "xs", "s", "m", "l", "xl", "xxl"]; type SizeProps = (typeof sizeProps)[number]; export { sizeProps }; export type { SizeProps };