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