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