import React from 'react';
export declare const withActive: <T extends Record<string, any>>(Component: React.ElementType) => React.ForwardRefExoticComponent<React.PropsWithoutRef<T> & React.RefAttributes<HTMLDivElement>>;
export default withActive;
