export interface HintTextProps {
    /**
     * The text in the hint
     */
    text: string;
}
