export interface ExpandableChatWidgetWrapperProps { endpoint?: string; placeholder?: string; className?: string; organizationId?: string; publicScope?: boolean; allowAllAccess?: boolean; logoUrl?: string; logoAlt?: string; brandName?: string; bubbleClassName?: string; widgetClassName?: string; } export declare function ExpandableChatWidgetWrapper(props: ExpandableChatWidgetWrapperProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ExpandableChatWidgetWrapper.d.ts.map