import { forwardRef, SVGProps } from 'react'; export interface ToGoProps extends Omit, 'css'> {} export const ToGo = forwardRef((props, ref) => ( )); ToGo.displayName = 'ToGo';