export declare enum StateType {
    checklist = "checklist",
    cta = "cta",
    html = "html",
    navigation = "navigation",
    question = "question",
    rfi = "rfi",
    toc = "toc",
    video = "video"
}
