/** * The class name contract for the number field component */ export interface NumberFieldClassNameContract { /** * The root of the number field component */ numberField?: string; }