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