import { ReactNode } from 'react'; export declare function AcmSecondaryNav(props: { children: ReactNode; }): JSX.Element; export declare function AcmSecondaryNavItem(props: { onClick?: () => void; isActive: boolean; to?: string; children: ReactNode; }): JSX.Element;