/// import { ButtonProps } from "antd/lib/button"; declare type Props = { to: string; } & ButtonProps; export declare const NavigateButton: (props: Props) => JSX.Element; export {}; //# sourceMappingURL=NavigateButton.d.ts.map