import { ComponentChild, ContainerNode } from 'preact'; export default function hydrate(jsx: ComponentChild, parent?: ContainerNode): void;