import React from 'react'; declare type Props = React.HTMLAttributes & { online?: boolean; }; export declare const ConnectionStatus: (props: Props) => JSX.Element; export {};