/// import { MenuBtnIsotopePropsType } from '../types'; export declare const MenuBtn: ({ id, handleClick, activeClass, styles }: MenuBtnIsotopePropsType) => JSX.Element;