import React from 'react';
import { IconProps } from '../interface';
declare const IconStripeText: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default IconStripeText;
