export interface ResponsiveIframeProps { /** * URL of the generated iframe code. */ url: string; /** * Option to pass to the constructor of the pymParent instance */ options?: object; } declare const __VLS_export: import('../../../node_modules/vue').DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import('../../../node_modules/vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;