export declare enum TopbarVariantType {
    DEFAULT = "DEFAULT",
    SECONDARY = "SECONDARY"
}
