import { DuochatConfig } from './types'; export declare function injectFrames(config: DuochatConfig): { container: HTMLElement; launcherFrame: HTMLIFrameElement; messengerFrame: HTMLIFrameElement; }; export declare function removeContainer(): void; /** Reposition launcher + messenger iframes after API config updates padding/alignment. */ export declare function applyWidgetLayout(config: Pick): void; //# sourceMappingURL=core.d.ts.map