/// <reference types="react" />
import { IGoToListLink } from './GetGoToListLink';
import { IGoToItemLink } from './GoToLinks';
/**
 * https://github.com/mikezimm/fps-library-v2/issues/190
 *
 * @param props
 * @returns
 */
export declare function getGoToLinks(props: IGetGoToLinks): JSX.Element;
export interface IGetGoToLinks extends IGoToItemLink, IGoToListLink {
    layout?: 'h3' | 'div';
}
//# sourceMappingURL=getGoToLinks.d.ts.map