import { IElementOption } from './ielement-option.interface'; export declare namespace CloudElementResponseInterfaces { interface ICloudElementResponse { type: string; name: string; codename: string; taxonomy_group?: string; options?: IElementOption[]; } }