/** * This web component adds Searchcraft's built-in css theme to your page. It does not render anything visible, its only function is to manage the css styles on the page.' * * @react-import * ```jsx * import { SearchcraftTheme } from "@searchcraft/react-sdk"; * ``` * * @vue-import * ```jsx * import { SearchcraftTheme } from "@searchcraft/vue-sdk"; * ``` * * @js-example * ```html * * ``` * * @react-example * ```jsx * * ``` * * @vue-example * ```jsx * * ``` */ export declare class SearchcraftTheme { render(): any; } //# sourceMappingURL=searchcraft-theme.d.ts.map