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