import { UseOptionsProps } from "../use-options"; export declare function useSelectOptions(props: UseOptionsProps): { selectOptions: JSX.Element; };