import { JsonCustomConvert } from 'json2typescript';
/**
 * @category Internal
 */
export declare class GuiAttributeConverter implements JsonCustomConvert<string[]> {
    serialize(attrs: string[]): any;
    deserialize(attrs: any): string[];
}
//# sourceMappingURL=gui-attribute-converter.d.ts.map