import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime'; import { OptionHTMLAttributes } from 'react'; import { Props } from '../@types/Props.js'; interface OptionProps extends OptionHTMLAttributes, Props { children: string; } declare const Option: ({ cssOverrides, children, ...props }: OptionProps) => _emotion_react_jsx_runtime.JSX.Element; export { Option }; export type { OptionProps };