import { FC } from 'react';
interface Props {
    active: boolean;
}
export declare const Wrapper: FC<Props>;
export default Wrapper;
