import React from "react"; import { DefaultTheme } from "styled-components"; export interface Props { secondary?: boolean; isActive?: boolean; theme: DefaultTheme; } declare const MenuEntryMemo: React.MemoExoticComponent>; declare const LinkLabelMemo: React.MemoExoticComponent>; export { MenuEntryMemo as MenuEntry, LinkLabelMemo as LinkLabel };