export declare function convertNamedNodeMapToObject(atts: any): {
    [key: string]: {
        name: string;
        value: string;
    };
};
