import React from 'react'; import { HelperText, HelperTextItem } from '@breakaway/preact-core'; export const HelperTextStaticWithDefaultIcon: React.FunctionComponent = () => ( This is default helper text This is indeterminate helper text This is warning helper text This is success helper text This is error helper text );