/** * @emits {string} input - Fires when action button is clicked. Emits button name: [import, export, filter-reset, column-select, refresh, settings] */ interface Props { /** * Array of icon names to display * @type {string[]} * @default ['refresh'] * @options ['import', 'export', 'filter-reset', 'column-select', 'refresh', 'settings'] */ icons?: string[]; /** * Marks settings button as active * @type {boolean} * @default false */ isSettingsActive?: boolean; /** * Shows badge on settings button * @type {boolean} * @default false */ isSettingsBadge?: boolean; } declare var __VLS_1: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onInput?: (value: string) => any; }>, { icons: string[]; isSettingsActive: boolean; isSettingsBadge: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };