import { HelperSectionNameEnum } from './HelperSectionNameEnum';
/** Helper section */
export interface HelperSection {
    /** Section content */
    content: string;
    /** Section name */
    name: HelperSectionNameEnum;
}
//# sourceMappingURL=HelperSection.d.ts.map