export type { AsChildProps } from './as-child.js'; export { mergeProps } from './mergeProps.js'; export type { PolymorphicProps, PolymorphicPropsWithRef, PolymorphicRef, } from './polymorphism.js'; export { SlotComponent, type SlotComponentProps } from './SlotComponent.js';