export { factory, getWithProps } from './factory';
export { polymorphicFactory } from './polymorphic-factory';
export { createPolymorphicComponent } from './create-polymorphic-component';
export type { FactoryPayload, ExtendComponent, MantineComponent, MantineComponentStaticProperties, FactoryComponentWithProps, } from './factory';
export type { PolymorphicComponentProps, PolymorphicRef } from './create-polymorphic-component';
export type { Factory, PolymorphicFactory } from './create-factory';
