export declare enum ButtonType {
    primary = "primary",
    secondary = "secondary",
    tertiary = "tertiary",
    danger = "danger"
}
