import type { GroupBase } from "react-select"; import type { NDSOption } from "./Select"; import { type SelectOptionProps } from "./SelectOption"; export declare const errorList: string[]; export declare const options: NDSOption[]; export declare const partnerCompanyName: { value: string; label: string; }[]; export declare const wrappingOptions: { value: string; label: string; }[]; export declare const PCNList: { value: string; label: string; }[]; export declare const getPhotos: () => Promise; export declare const CustomOption: ({ children, ...props }: SelectOptionProps>) => import("react/jsx-runtime").JSX.Element; export interface DescriptiveOption extends NDSOption { description: string; } export declare const CustomFieldsOption: ({ ...props }: SelectOptionProps>) => import("react/jsx-runtime").JSX.Element;