import type { APIMethodsMap } from './interfaces'; import type { ConstructableType } from '../types/utils'; export declare const extendComponent: (klass: any, methods: APIMethodsMap) => ConstructableType; //# sourceMappingURL=extendComponent.d.ts.map