import ErrorText from './ErrorText';
import type { ErrorTextProps } from './ErrorTextTypes';
export { ErrorText, type ErrorTextProps };
