export declare enum LogoViewMode {
    default = "default",
    neutral = "neutral",
    voluntary = "voluntary",
    external = "external"
}
