declare enum FormType {
    Default = "default",
    Card = "card",
    Inline = "inline",
    Flat = "flat"
}
export default FormType;
