/** * Constants for the Row component */ declare const RowConstants: { BASE_CLASSNAME: string; WRAP_CLASSNAME: string; }; export default RowConstants;