import React from "react"; import { ButtonProps } from "../button/button"; type NavigationCallToActionProps = Omit; declare function NavigationCallToAction(props: NavigationCallToActionProps): React.JSX.Element; export default NavigationCallToAction;