declare enum Type {
    Solid = "solid",
    Outlined = "outlined"
}

export { Type };
