import type { ScalarIconComponent } from '@scalar/icons/types'; import { type Icon } from '../ScalarIcon'; /** * Scalar Search Result Item component * * A single search result entry with an optional icon, description, and addon slot. * * @example * * Result Title * * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { icon?: (props: {}) => any; } & { default?: (props: {}) => any; } & { addon?: (props: {}) => any; } & { description?: (props: {}) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=ScalarSearchResultItem.vue.d.ts.map