/**
 * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
 * Update:: import { ISourceProps } to '@mikezimm/fps-core-v7/lib/components/molecules/source-props/ISourceProps;'

 */
import * as React from 'react';
import { ISourceProps } from "@mikezimm/fps-core-v7/lib/components/molecules/source-props/ISourceProps";
/**
 *  https://github.com/mikezimm/fps-library-v2/issues/190
 *
 * @param props
 * @returns
 */
export declare function GetGoToListLink(props: IGoToListLink): JSX.Element;
export declare const CommonClasses: string[];
export declare const CommonLinkCSS: React.CSSProperties;
export interface IGoToListLink {
    primarySource: ISourceProps;
    showListLink?: boolean;
    listLinkCSS?: React.CSSProperties;
}
//# sourceMappingURL=GetGoToListLink.d.ts.map