type GotoButtonProps = {
    onClick: (e: any) => void;
};
/**
 * @deprecated
 */
export default function GotoButton(props: GotoButtonProps): import("react/jsx-runtime").JSX.Element;
export {};
