import { RecordInvoiceElementProps } from './types'; export declare const useInvoiceCheck: ({ checks, value, }: Pick) => import("swr/_internal").SWRResponse<{ matched: boolean; note: { contents: import("../../..").MessageContentType[]; }; }, any, any>;