import type { UseFieldSelectionOutput, UseFieldSelectionProps } from './types'; export declare const checkStateCountByKey: (keys: (keyof T)[], obj: T) => boolean; declare const useFieldSelection: ({ headerData, app }: UseFieldSelectionProps) => UseFieldSelectionOutput; export default useFieldSelection;