import { ILinkStyleProps, ILinkStyles } from './Link.types';
export declare const getStyles: (props: ILinkStyleProps) => ILinkStyles;
