import { ChildApi } from '../../../types/iframe-events'; /** * 子级方法,提供给父级调用 */ export declare const childApi: ChildApi;