export interface FormEmbedProps { /** * Hide the form title */ noTitle?: boolean; /** * Hide the preview panel */ noPreview?: boolean; /** * Default width of the iframe code */ width?: number | string; /** * Default height of the iframe code */ height?: number; /** * Default minimal width of the iframe code (if extract from window's size) */ minWidth?: number; /** * Default minimal height of the iframe code (if extract from window's size) */ minHeight?: number; /** * URL of the iframe code */ url?: string | null; /** * Use a switch display for the responsive iframe checkbox */ switchResponsive?: boolean; } declare function embedCode(withPym?: boolean): string; declare const __VLS_export: import('../../../node_modules/vue').DefineComponent; }, {}, {}, {}, import('../../../node_modules/vue').ComponentOptionsMixin, import('../../../node_modules/vue').ComponentOptionsMixin, {}, string, import('../../../node_modules/vue').PublicProps, Readonly & Readonly<{}>, { width: number | string; height: number; minHeight: number; minWidth: number; url: string | null; noTitle: boolean; noPreview: boolean; switchResponsive: boolean; }, {}, {}, {}, string, import('../../../node_modules/vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;