export declare enum BlockType {
    Section = "section",
    Actions = "actions",
    Context = "context",
    Input = "input",
    File = "file",
    Divider = "divider",
    Image = "image",
    Header = "header",
    Video = "video"
}
