export declare enum ContextmenuType {
    header = "header",
    body = "body"
}
