import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebActionStripResourceStringsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private k; get igx_action_strip_button_more_title(): string; set igx_action_strip_button_more_title(a: string); }