import type { AttributesObject } from '../types/types';
export declare const stringifyAttributes: (attributes: AttributesObject) => string;
export declare const renderElement: (name: string, attributes: AttributesObject | string | undefined, children?: string | string[]) => string;
