import { FC } from "react"; import { IconProps } from "../../icons/Icon.js"; type Props = { href: string; title: string; icon?: FC; newTab?: boolean; close?: () => void; }; export declare const DropdownMenuLinkItem: FC; export {}; //# sourceMappingURL=DropdownMenuLinkItem.d.ts.map