type ConnectionProps = { uuid: string; }; declare const Connection: ({ uuid }: ConnectionProps) => import("preact/compat").JSX.Element; export default Connection;