import { AnyFunction, DlsComponentInternalInstance } from '../../utils/types'; export declare function getInstanceListener(vcInstance: DlsComponentInternalInstance, listenerName: string): AnyFunction;