import { TopNavIconButtonProps, TopNavLinkButtonProps } from '../TopNavTypes'; /** * Is meant to be used as a button that is nested under a `TopNav`. * * @example * * * * * * @see https://neo-react-library-storybook.netlify.app/?path=/story/components-top-navigation--buttons-example */ export declare const TopNavIconButton: import('react').ForwardRefExoticComponent>; /** * Is meant to be used as a button that is nested under a `TopNav`. * * @example * * First Item * Second Item * * * @see https://neo-react-library-storybook.netlify.app/?path=/story/components-top-navigation--buttons-example */ export declare const TopNavLinkButton: import('react').ForwardRefExoticComponent>;