import { AllSelectProps } from '../Select.interface'; export declare function mapOptions(options: AllSelectProps["options"]): (import('../Select.interface').SelectOptionBaseProps | Omit, "value">)[] | { label: any; options: any; }[]; export declare function useOptions({ options }: AllSelectProps): (import('../Select.interface').SelectOptionBaseProps | Omit, "value">)[] | { label: any; options: any; }[];