import { CSSProperties } from 'vue'; import { CanvasRetrieve } from '../../../../../../types/openapi'; import { SectionListProps, ComponentNode } from '../../../types/canvas'; type __VLS_Props = { id: ComponentNode['id']; data: SectionListProps; sectionListName?: string; previewMode?: boolean; style?: CSSProperties; shouldEditWithApp?: boolean; hasSectionSelectorApp?: boolean; printModeIdx?: number; }; declare function onSectionSelectorToggle(): void; declare function onSectionsSelect(items: { id: CanvasRetrieve['id']; }[], isForcedRecommendations?: boolean): Promise; declare const _default: import('vue').DefineComponent<__VLS_Props, { toggleSectionSelector: typeof onSectionSelectorToggle; onSectionsSelect: typeof onSectionsSelect; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { justAdded: (id: string) => any; browseWithAppClicked: () => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onJustAdded?: ((id: string) => any) | undefined; onBrowseWithAppClicked?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { sectionListRef: HTMLDivElement; }, any>; export default _default;