export declare enum FileShowTypeEnum {
    upload = "upload",
    uploadAndShow = "uploadAndShow",
    list = "list",
    tableButton = "tableButton",
    profilePhoto = "profilePhoto",
    show = "show"
}
