import React, { forwardRef } from 'react'; import classNames from 'classnames'; import styles from './styles.module.css'; type Props = Omit, 'type'>; export default forwardRef(({ className, ...props }, ref) => ( ));