export declare const STYLES_CONTEXT: unique symbol; declare function Enhancement(childComponents: any, Context: any): { condition: (Component: any) => boolean; init: (this: any, props: any, WrapperComponent: any) => void; context: (this: any, context: any) => any; asProps: (this: any, { _styles, styles, ...props }: any) => any; wrapperProps: (this: any, { styles, ...props }: any) => any; }; export default Enhancement;