import { PropType } from 'vue'; import { SelectOption } from './types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** Helper text above the select field */ 'helper-text'(props: Record): any; /** Link or icon to the right above the select field. */ info(props: Record): any; /** Icon preceding text within the select field */ 'pre-icon'(props: Record): any; /** CdrSelect content (