import { HostElement } from './types'; export declare function serializeElement(element: HostElement): string;