import type { ExtractPropTypes } from 'vue'; import type Iframe from './iframe.vue'; export declare const iframeProps: { readonly src: import("ll-plus/es/utils").EpPropFinalized; readonly title: import("ll-plus/es/utils").EpPropFinalized; readonly width: import("ll-plus/es/utils").EpPropFinalized; readonly height: import("ll-plus/es/utils").EpPropFinalized; readonly loadingType: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, "eager", boolean>; readonly showBorder: import("ll-plus/es/utils").EpPropFinalized; }; export type IframeProps = ExtractPropTypes; export type IframeInstance = InstanceType;