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