import React from "react"; import { HelperText } from "../HelperText"; import type { HelperTextProps } from "../HelperText"; export function HelperTextCriticalExample({ message = "This is some helper text to aid users. It should be short and to the point.", }: Partial) { return ; }