import { type Config } from '@brainfish-ai/widgets-common'; interface Props { config: Config; widgetUrl: string; apiHost: string; widgetHost: string; widgetKey: string; hideTriggerButton?: boolean; } export declare const initWidgetButton: ({ config, widgetUrl, apiHost, widgetHost, widgetKey, hideTriggerButton, }: Props) => undefined; export {};