import { FC } from 'react'; import { CSSProperties } from 'styled-components'; export declare const StyledLinkButton: import("styled-components").StyledComponent<"button", any, { theme: any; }, never>; export declare const StyledButton: import("styled-components").StyledComponent<"div", any, { theme: any; }, never>; type PropsT = { link: string; containerStyle?: CSSProperties; trackCopyClick?: boolean; text?: string; }; declare const LinkShareBox: FC; export default LinkShareBox;