import * as react_jsx_runtime from 'react/jsx-runtime'; import React from 'react'; type ItalicProps = { className?: string; } & React.HTMLAttributes; declare function Italic({ children, className, ...props }: React.PropsWithChildren): react_jsx_runtime.JSX.Element; declare namespace Italic { var displayName: string; } export { Italic, type ItalicProps };