import { HTMLAttributes, PropsWithChildren } from 'react'; type Props = PropsWithChildren<{ url: string; } & HTMLAttributes>; export declare const NavButton: ({ children, url, ...props }: Props) => import("@emotion/react/jsx-runtime").JSX.Element; export {};