/// import { status } from '../theme/color'; export declare type StatHelpTextProps = { type: keyof typeof status; children?: React.ReactNode; };