import { HostElement } from './types';
/**
 * Serializes an element into a string
 * @param element The element to serialize
 * @returns A string representation of the element
 */
export declare function serializeElement(element: HostElement): string;
