export declare enum TecnologiaTheme {
  light = "light",
  dark = "dark"
}
