/**
 * CodeAnalizerComment: Updated 4 imports on 2024-09-21 23:07:24
 * Update:: import { FPSDefaultYoutubeUrl } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/CommonDevUrls;'
 * Update:: import { FPSYoutubeFirst5Url } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/CommonDevUrls;'
 * Update:: import { FPSYoutubeGetStartedUrl } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/CommonDevUrls;'
 * Update:: import { IRepoLinks } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks;'

 */
import * as React from 'react';
import { IKeytipProps } from '@fluentui/react';
import { IRepoLinks } from '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks';
export declare function createRepoLinks(href: string, target: string, linkDesc: string, style: 'legacy' | 'smaller' | 'small', cCode: string): IRepoLinks;
export declare function createLink(href: string, target: string, linkDesc: string | JSX.Element, styles?: React.CSSProperties, keytipProps?: IKeytipProps): JSX.Element;
export declare function createSpanLink(url: string, desc: string, title?: string, size?: string): JSX.Element;
export declare const YoutubeIcon: JSX.Element;
export declare const TeamsIcon: JSX.Element;
export declare const YoutubeIconLarge: JSX.Element;
export declare const TeamsIconLarge: JSX.Element;
export declare const FPSYoutubeHelpLink: JSX.Element;
export declare const FPSYoutubeFirst5Link: JSX.Element;
export declare const FPSYoutubeGetStartedLink: JSX.Element;
export declare function openThisLinkInNewTab(input: any): void;
//# sourceMappingURL=CreateLinks.d.ts.map