import { SummaryRowDescription } from "./SummaryRowDescription"; import { Type } from "./type"; /** * @hidden */ export declare class SummaryRowSectionDescription extends SummaryRowDescription { static $t: Type; protected get_type(): string; constructor(); }