import React from 'react';
export declare const withActive: (Component: React.ElementType) => <T>({ ...props }: T) => JSX.Element;
export default withActive;
