/** * The class name contract for the hypertext component */ export interface HypertextClassNameContract { /** * The root of the hypertext component */ hypertext?: string; }