/** * Scalar Sidebar Search Button component * * A styled button that serves as a search trigger in the sidebar. * Displays a magnifying glass icon and an optional keyboard shortcut. * * @example * * * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, { default?: (props: {}) => any; } & { shortcut?: (props: {}) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=ScalarSidebarSearchButton.vue.d.ts.map