import { type Config, type JsonTree, type Settings, type Widgets } from '@react-awesome-query-builder/ui'; export declare const emptyInitTree: JsonTree; export declare const widgets: Widgets; export declare const settings: Settings; export declare const raqbConfig: Config; export type { Config };