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