export declare enum ButtonType {
    Regular = 0,
    Primary = 1,
    Secondary = 2,
    SecondaryWide = 3,
    SecondaryUltraWide = 4,
    SecondaryOnlyIcon = 5,
    Tertiary = 6,
    ButtonPhone = 7,
    Filter = 8,
    IconOnly = 9,
    CheckButton = 10,
    searchIcon = 11,
    modalPrimary = 12,
    modalSecondary = 13,
    TagCloudButton = 14
}
