import type { ExtractPropTypes, PropType } from 'vue'; export declare const searchResetBtnProps: { showExpandBtn: { type: BooleanConstructor; default: boolean; }; showSearchIcon: { type: BooleanConstructor; default: boolean; }; expandPlacement: { type: PropType<"left" | "right">; default: string; }; expandText: { type: StringConstructor; default: string; }; collapseText: { type: StringConstructor; default: string; }; showSetDefaultBtn: { type: BooleanConstructor; default: boolean; }; setDefaultText: { type: StringConstructor; default: string; }; setDefaultId: { type: StringConstructor; default: string; }; setDefaultConfirm: { type: BooleanConstructor; default: boolean; }; setDefaultConfirmConfig: { type: ObjectConstructor; default(): {}; }; gutter: { type: PropType; default(): number[]; }; loading: { type: BooleanConstructor; default: boolean; }; }; export declare const searchFilterProps: { showExpandBtn: { type: BooleanConstructor; default: boolean; }; showSearchIcon: { type: BooleanConstructor; default: boolean; }; expandPlacement: { type: PropType<"left" | "right">; default: string; }; expandText: { type: StringConstructor; default: string; }; collapseText: { type: StringConstructor; default: string; }; showSetDefaultBtn: { type: BooleanConstructor; default: boolean; }; setDefaultText: { type: StringConstructor; default: string; }; setDefaultId: { type: StringConstructor; default: string; }; setDefaultConfirm: { type: BooleanConstructor; default: boolean; }; setDefaultConfirmConfig: { type: ObjectConstructor; default(): {}; }; gutter: { type: PropType; default(): number[]; }; loading: { type: BooleanConstructor; default: boolean; }; userRule: { type: ArrayConstructor; default(): never[]; }; labelCol: { type: ObjectConstructor; default(): { flex: string; }; }; value: { type: ObjectConstructor; default(): {}; }; ruleSpan: { type: ObjectConstructor; default(): {}; }; fixedCount: { type: NumberConstructor; default: number; }; fixedFields: { type: PropType; default(): never[]; }; }; export declare type SearchFilterProps = ExtractPropTypes; export declare type SearchResetBtnProps = ExtractPropTypes;