import type { ThemeShape } from "@kiwicom/orbit-components/lib/defaultTheme"; import type { Brand } from "./Brand"; export declare type ThemeProps = { theme: ThemeShape; }; export declare const themeDefault: ThemeShape; export declare const getBrandTheme: (brand: Brand, rtl?: boolean) => ThemeShape;