import React from 'react'; declare const useOptions: (children: React.ReactNode, configs?: { showCheckbox?: boolean; selected?: string | string[]; sortable?: boolean; handleSort?: (keys: string[]) => void; handleSortEnd?: (item: any) => void; }, ref?: React.MutableRefObject) => React.ReactNode; export default useOptions;