import React from "react"; interface Props { isPushed: boolean; isDark: boolean; togglePush: () => void; href: string; } declare const _default: React.NamedExoticComponent; export default _default;