export declare class CoreSiteSupportModel {
    title: string;
    supportHtmlBody: string;
}
