import { RefObject } from 'react' export interface CommonComponentProps { ref?: any id?: string }