import type { HTMLAttributes } from 'react'; export type OptionContentProps = HTMLAttributes; declare const OptionContent: (props: OptionContentProps) => import("react/jsx-runtime").JSX.Element; export default OptionContent; //# sourceMappingURL=OptionContent.d.ts.map