import { type GroupBase, type OptionProps } from "react-select"; import type { NDSOption } from "./Select"; type StyledOptionProps = { isSelected: boolean; isFocused: boolean; }; export declare const StyledOption: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, StyledOptionProps>> & string; export interface SelectOptionProps