import React from 'react'; import { Props } from '.'; declare const _default: { title: string; component: React.FC & import(".").NavigationComposition; subcomponents: { NavigationHeader: React.FC; NavigationBody: React.FC; NavigationFooter: React.FC; NavigationGroup: React.FC; NavigationAvatar: React.FC; NavigationProfileSwitcher: React.FC; NavigationItem: React.FC; NavigationDrillIn: React.FC; }; }; export default _default; export declare const Default: (props: Props) => JSX.Element; export declare const WithHeader: (props: Props) => JSX.Element; export declare const WithGroup: (props: Props) => JSX.Element; export declare const WithNavItem: (props: Props) => JSX.Element; export declare const WithNavItemExpandable: (props: Props) => JSX.Element; export declare const WithDrillin: (props: Props) => JSX.Element; //# sourceMappingURL=Navigation.stories.d.ts.map