import { Attribute } from '../../../types';

export declare const serializeAttributes: (attributes: Attribute[]) => {
    attr_value: unknown;
    element_id: string | null;
    template_id: string | null;
    attr_name: string;
    project_id: string;
    attr_id: string;
    component_id: string | null;
    viewport: string | null;
}[];
