export declare function getterMethodName(name: string): string; export declare function getterMethodNameByDisplayName(displayName?: string): string; export declare const STATIC_COMPONENT: unique symbol; export declare const ROOT_COMPONENT: unique symbol; declare function Enhancement(childComponents: any, createComponent: any, options: any): { condition: (Component: any) => boolean; init: (this: any, props: any, WrapperComponent: any) => void; static: (WrapperComponent: any, Component: any) => any; context: (context: any) => any; wrapperProps: (this: any, props: any, WrapperComponent: any) => any; render: (this: any, render: any) => any; }; export default Enhancement;