import type { ConnectyCubeChatWidgetProps } from './index';
export { default } from './index';
export type { ConnectyCubeChatWidgetProps } from './index';
export declare function mount(props: ConnectyCubeChatWidgetProps, target?: HTMLElement): HTMLElement;
export declare function unmount(): void;
//# sourceMappingURL=browser.d.ts.map