import { Item } from './Item'; export declare class SurveyCategory extends Item { description?: { [key: string]: string; }; localizedName?: { [key: string]: string; }; constructor(src: SurveyCategory); }