declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** Helper text above the input field */ 'helper-text-top'(props: Record): any; /** Link or icon to the right above the input field. */ info(props: Record): any; /** Icon preceding text within the input field */ 'pre-icon'(props: Record): any; /** Icon after text within the input field */ 'post-icon'(props: Record): any; 'info-action'(props: Record): any; /** Helper text below the input field */ 'helper-text-bottom'(props: Record): any; /** Error messaging text that is displayed when the `error` prop is true. */ error(props: Record): any; }> & { /** Helper text above the input field */ 'helper-text-top'(props: Record): any; /** Link or icon to the right above the input field. */ info(props: Record): any; /** Icon preceding text within the input field */ 'pre-icon'(props: Record): any; /** Icon after text within the input field */ 'post-icon'(props: Record): any; 'info-action'(props: Record): any; /** Helper text below the input field */ 'helper-text-bottom'(props: Record): any; /** Error messaging text that is displayed when the `error` prop is true. */ error(props: Record): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent