import { Ref } from '@wakeadmin/demi'; import { FatTableColumn } from './types'; import { FatFormMethods } from '../fat-form'; export declare const Query: import("@wakeadmin/h").DefineComponent<{ loading: boolean; formProps: any; initialValue: any; columns: FatTableColumn[]; query: () => Ref; formRef?: (() => Ref> | undefined>) | undefined; }, { submit: () => void; reset: () => void; }, {}, { before: (scope: { query: any; }) => any; beforeButtons: (scope: { query: any; }) => any; submitter: (scope: { query: any; }) => any; afterButtons: (scope: { query: any; }) => any; after: (scope: { query: any; }) => any; }>; //# sourceMappingURL=query.d.ts.map