import { PartialDeep } from 'type-fest';
import { ComponentStrings } from '..';
/**
 *
 * @private
 */
export declare const createComponentStrings: (localizedStrings: PartialDeep<ComponentStrings>) => ComponentStrings;
//# sourceMappingURL=utils.d.ts.map