import { type ComponentPropsWithRef, type ElementType } from 'react'; type PolymorphicOwnProps = { as?: E; }; type PolymorphicProps = PolymorphicOwnProps & Omit, keyof PolymorphicOwnProps>; export type { PolymorphicProps };