export declare const StickyIFrameDialog: ({ onClose, onLoad, src, }: { onClose: () => void; onLoad?: ((iframe: HTMLIFrameElement) => void) | undefined; src?: string | undefined; }) => any;