import React from 'react';
import { INavigationRowStandAlone } from './types/navigationRow';
export declare const NavigationRowStandalone: React.ForwardRefExoticComponent<INavigationRowStandAlone & React.RefAttributes<HTMLButtonElement>>;
