import { CreateComponentPublicInstance, ExtractPropTypes, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue'; import { SFCWithInstall } from 'yc-pro-components/es/utils'; import { default as YcTabsWithFilter } from './src/index.vue'; /** 带筛选按钮的 Tabs 组件 */ export declare const YcTabsWithFilterWithInstall: SFCWithInstall<{ new (...args: any[]): CreateComponentPublicInstance; required: true; }; filterText: { type: PropType; default: undefined; }; showFilter: { type: PropType; default: boolean; }; filterVisible: { type: PropType; default: undefined; }; useGlobalState: { type: PropType; default: boolean; }; autoHideLayActions: { type: PropType; default: boolean; }; }>> & { "onUpdate:modelValue"?: ((value: string) => any) | undefined; "onFilter-toggle"?: ((visible: boolean) => any) | undefined; }, { showPageSearch: Ref; }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: string) => void; "filter-toggle": (visible: boolean) => void; }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{ modelValue: { type: PropType; required: true; }; filterText: { type: PropType; default: undefined; }; showFilter: { type: PropType; default: boolean; }; filterVisible: { type: PropType; default: undefined; }; useGlobalState: { type: PropType; default: boolean; }; autoHideLayActions: { type: PropType; default: boolean; }; }>> & { "onUpdate:modelValue"?: ((value: string) => any) | undefined; "onFilter-toggle"?: ((visible: boolean) => any) | undefined; }, { filterText: string; showFilter: boolean; filterVisible: boolean; useGlobalState: boolean; autoHideLayActions: boolean; }, true, {}, {}, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< ExtractPropTypes<{ modelValue: { type: PropType; required: true; }; filterText: { type: PropType; default: undefined; }; showFilter: { type: PropType; default: boolean; }; filterVisible: { type: PropType; default: undefined; }; useGlobalState: { type: PropType; default: boolean; }; autoHideLayActions: { type: PropType; default: boolean; }; }>> & { "onUpdate:modelValue"?: ((value: string) => any) | undefined; "onFilter-toggle"?: ((visible: boolean) => any) | undefined; }, { showPageSearch: Ref; }, {}, {}, {}, { filterText: string; showFilter: boolean; filterVisible: boolean; useGlobalState: boolean; autoHideLayActions: boolean; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & ComponentOptionsBase; required: true; }; filterText: { type: PropType; default: undefined; }; showFilter: { type: PropType; default: boolean; }; filterVisible: { type: PropType; default: undefined; }; useGlobalState: { type: PropType; default: boolean; }; autoHideLayActions: { type: PropType; default: boolean; }; }>> & { "onUpdate:modelValue"?: ((value: string) => any) | undefined; "onFilter-toggle"?: ((visible: boolean) => any) | undefined; }, { showPageSearch: Ref; }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: string) => void; "filter-toggle": (visible: boolean) => void; }, string, { filterText: string; showFilter: boolean; filterVisible: boolean; useGlobalState: boolean; autoHideLayActions: boolean; }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: { default?(_: { filterVisible: boolean; }): any; }; })>; export { YcTabsWithFilter }; export default YcTabsWithFilter; export { YcTabsWithFilter as ReTabsWithFilter }; export type YcTabsWithFilterInstance = InstanceType;