declare type CopyLinkViewProps = any; declare const CopyLinkButtonView: (props: CopyLinkViewProps) => any; export default CopyLinkButtonView;