import * as React from 'react'; export declare const linkifyMixin: (className: any) => import("styled-components").FlattenInterpolation>; export declare function Link(props: { to: string; className?: string; children?: any; }): React.JSX.Element | null; export declare function ShareLink(props: { to: string; }): React.JSX.Element;