import * as React from "react";

//#region src/code-inline.d.ts
type RootProps = React.ComponentPropsWithoutRef<'code'> & React.ComponentPropsWithoutRef<'span'>;
type CodeInlineProps = Readonly<RootProps>;
/**
 * If you are sending emails for users that have the Orange.fr email client,
 * beware that this component will only work when you have a head containing meta tags.
 */
declare const CodeInline: React.ForwardRefExoticComponent<Readonly<RootProps> & React.RefAttributes<HTMLSpanElement>>;
//#endregion
export { CodeInline, CodeInlineProps };
//# sourceMappingURL=index.d.ts.map