import { type ReactElement } from "react"; import { type GroupHeadingProps, type InputProps, type MenuListProps, type NoticeProps, type OptionProps } from "react-select"; import { type ISelectErrorOption, type IUserGroupSelectOption } from "../types.js"; export declare function EmptyRenderer(): ReactElement | null; export declare function LoadingMessageRenderer(): ReactElement; export declare function NoOptionsMessageRenderer(props: NoticeProps): ReactElement; export declare function MenuListRendered(props: MenuListProps): ReactElement; export declare function InputRendered(props: InputProps): ReactElement; export declare function ErrorOptionRenderer(errorOption: ISelectErrorOption): ReactElement; export declare function OptionRenderer({ className, cx, isFocused, innerRef, innerProps, data }: OptionProps): ReactElement; export declare function GroupHeadingRenderer(props: GroupHeadingProps): ReactElement; //# sourceMappingURL=AsyncSelectComponents.d.ts.map