/// <reference types="react" />
declare const TextItalic: (props: any, ref: any) => JSX.Element;
export default TextItalic;
