import { KonvaComponent } from '../interfaces/ko-component.interface'; import applyNodeProps from './applyNodeProps'; import updatePicture from './updatePicture'; export type PropsType = Record; export declare function getName(componentTag: string): string; export declare function createListener(instance: KonvaComponent): PropsType; export { applyNodeProps, updatePicture };