///
import { BoxProps } from '../Box';
export declare type LocalNavigationProps = {};
export declare type NavigationProps = BoxProps & LocalNavigationProps;
export declare const Navigation: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
};