import type { JSX } from 'solid-js'; import type { AutocompleteStateRenderProps } from '../../states/create-autocomplete-state'; import type { HeadlessPropsWithRef, ValidConstructor } from '../../utils/dynamic-prop'; export type CommandOptionsProps = HeadlessPropsWithRef>; export declare function CommandOptions(props: CommandOptionsProps): JSX.Element; //# sourceMappingURL=CommandOptions.d.ts.map