import { FC } from 'react'; import { ButtonProps } from '@nimles/react-web-components'; interface Props extends ButtonProps { to: string; } export declare const NavButton: FC; export {};