import { CustomViewComponent } from "./ExpoDivKit.types";
export declare const CustomComponentLibrary: Map<string, CustomViewComponent>;
export declare function initCustomComponent(customType: string, component: CustomViewComponent): void;
//# sourceMappingURL=CustomComponent.d.ts.map