export type { Factory, PolymorphicFactory } from './create-factory';
export { createPolymorphicComponent, polymorphic } from './create-polymorphic-component';
export type { PolymorphicComponentProps, PolymorphicRef } from './create-polymorphic-component';
export { factory, genericFactory } from './factory';
export type { ComponentClasses, ExtendComponent, FactoryComponentWithProps, FactoryPayload, MantineComponent, MantineComponentStaticProperties, PlaceholderPolymorphicProps, ThemeExtend, } from './factory';
export { polymorphicFactory, type PolymorphicComponentWithProps } from './polymorphic-factory';
export type { MantinePolymorphicComponent } from './polymorphic-factory';
