import { ComponentNode, SectionListProps } from '../../../types/canvas'; export interface WizardStep { id: string; name?: string; strategy: SectionListProps['selection_strategy']; strategyLabel?: string; appDescription?: string; appSrc?: string | null; selectedSectionIds: string[]; componentNode: ComponentNode; is_restricted_to_preselections?: boolean; } declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, { iframeRef: HTMLIFrameElement; }, any>; export default _default;