import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgShortText: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgShortText; //# sourceMappingURL=ShortText.d.ts.map