import React from 'react'; import { StyledProps } from 'styled-components'; import { Props as LinkStyleProps } from './LinkStyle'; export declare type Props = LinkStyleProps & StyledProps; declare const Link: React.FC; export default Link; //# sourceMappingURL=Link.d.ts.map