import type { ReactNode, SyntheticEvent } from 'react'; type SelectedOptionsProps = { children: ReactNode; tabIndex: number; key: string; onMouseDown: (e: SyntheticEvent) => void; }; export declare const SelectedOptions: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=SelectedOptions.d.ts.map