/** * Standardize section titles in the Gorila App. */ export declare class SectionTitleComponent { /** * A hex value for the background color of the section title. */ bgColor: string; /** * A hex value for the color of the section title text. */ color: string; /** * The section title itself. */ title: string; /** * Empty constructor for SectionTitleComponent. */ constructor(); }