/** * External dependencies */ import { forwardRef } from 'react'; import classNames from 'classnames'; const Main = forwardRef( ( { children, className = '' }, ref ) => { return (