import { SVGProps } from 'react'; export interface GoToProps extends Omit, 'css'> { } export declare const GoTo: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;