import { type Element } from './types'; export declare function stringify(element: Element): string | undefined;