declare const shapeProps: readonly ["geometric", "circular", "rounded", "roundedXL", "roundedL", "roundedM", "roundedS"]; type ShapeProps = (typeof shapeProps)[number]; export { shapeProps }; export type { ShapeProps };