import React, { ComponentPropsWithoutRef } from 'react'; import { MarginProps } from '../../helpers'; export interface LinkProps extends ComponentPropsWithoutRef<'a'>, MarginProps { children?: React.ReactNode; ellipsis?: boolean; external?: boolean; } export declare const Link: React.ForwardRefExoticComponent>; //# sourceMappingURL=Link.d.ts.map