import * as React from "react"; //#region src/code-inline.d.ts type RootProps = React.ComponentPropsWithoutRef<'code'> & React.ComponentPropsWithoutRef<'span'>; type CodeInlineProps = Readonly; /** * 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 & React.RefAttributes>; //#endregion export { CodeInline, CodeInlineProps }; //# sourceMappingURL=index.d.ts.map