///
import { ButtonProps } from "@nimles/react-web-components";
interface Props extends ButtonProps {
to: string;
children: React.ReactNode;
}
export declare const NavButton: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & ButtonProps & Props, {}, {}>;
export {};