/** @see https://www.figma.com/file/YDxRp3ZZaGFI4UoB6mCcBr/GAS20_Administration_Vote?node-id=246%3A18411 */ /** * @description Компонент для отображения key-value * @param title - defines a header. * @example text-content-string */ export declare class GasDescriptionComponent { title: string; size: '9' | '8' | '6' | '5' | '3' | '1'; divider: string | boolean; reverse: string | boolean; isCentered: boolean; }