export declare const CopyComponent: ({ textToCopy }: { textToCopy: string; }) => JSX.Element; export declare const IntroView: () => JSX.Element;