import { ElementEditorConfigSectionInterface } from "ngx-t-forms-types";
export declare enum ConfigTypes {
    SheetConfig = "SheetConfig"
}
export declare const SheetConfig: ElementEditorConfig;
export interface ElementEditorConfig {
    label: string;
    subTitle: string;
    saveButtonLabel: string;
    editorSections: ElementEditorConfigSectionInterface[];
}
export declare const REPORT_SHEET_SIDE_MENU_OPTIONS: {
    title: string;
    subTitle: string;
    config: ConfigTypes;
    icon: string;
    color: string;
}[];
