import React from 'react';
import type { InfoTextProps } from './InfoTextTypes';
import './InfoText.scss';
declare const InfoText: React.ForwardRefExoticComponent<InfoTextProps & React.RefAttributes<HTMLDivElement>>;
export default InfoText;
