import InfoText from './InfoText';
import type { InfoTextProps } from './InfoTextTypes';
export { InfoText };
export type { InfoTextProps };
