import { OptionListProps } from '.'; export declare const useOnExpand: (value: OptionListProps['value']) => readonly [any[], (data: OptionListProps['value']) => any[]];