/// export declare const Scan: ({ ...props }: { [x: string]: any; }) => JSX.Element; export declare const Download: ({ ...props }: { [x: string]: any; }) => JSX.Element; export declare const ExternalLinkIcon: ({ ...props }: { [x: string]: any; }) => JSX.Element; export declare const AlertIcon: ({ ...props }: { [x: string]: any; }) => JSX.Element; export declare const DisconnectIcon: ({ ...props }: { [x: string]: any; }) => JSX.Element; export declare const TickIcon: ({ ...props }: { [x: string]: any; }) => JSX.Element; export declare const RetryIcon: ({ ...props }: { [x: string]: any; }) => JSX.Element; export declare const CopyToClipboardIcon: ({ ...props }: { [x: string]: any; }) => JSX.Element;