import { PartialDeep } from 'type-fest'; import { Theme } from '@chargify/custom-ui-components'; import ChargifyComponents from '../SDK'; type Params = { componentsTheme: PartialDeep; locale: string; loadPath: string; }; export declare const createComponentFactory: ({ componentsTheme, locale, loadPath, }: Params) => ChargifyComponents; export {};