import * as React from 'react'; import { DropDownLinkItemProps } from './types'; export declare const DropDownLinkItem: React.FC;