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