import { FC } from 'react'; import { LineItemTitlePropsType } from '../types'; declare const LineItemTitle: FC; export default LineItemTitle;