export declare enum DashlyThemeEnum {
    auto = "auto",
    dark = "dark",
    light = "light"
}
