interface StrategyValue { strategy: string; appName?: string; is_restricted_to_preselections?: boolean; } interface Props { modelValue?: StrategyValue | null; canvasId?: string; sectionListData?: any; sectionListId?: string; } declare const _default: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: StrategyValue) => any) | undefined; }>, { modelValue: StrategyValue | null; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { iframeRef: HTMLIFrameElement; }, HTMLDivElement>; export default _default;