import type { ComponentProps } from 'react'; import { Link } from '../Link'; type GlobalAlertLinkProps = Omit, 'sentiment' | 'prominence' | 'size' | 'render'> & NonNullable, 'href'>>; export declare const GlobalAlertLink: ({ children, href, target, download, rel, className, onClick, 'aria-label': ariaLabel, oneLine, 'data-testid': dataTestId, style, }: GlobalAlertLinkProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=GlobalAlertLink.d.ts.map