declare const _default: {
    title: string;
    component: import("@project44-manifest/react-types").ForwardRefComponent<"div", import("../LocalNavigation").LocalNavigationProps>;
    subComponents: {
        LocalNavigationItem: import("@project44-manifest/react-types").ForwardRefComponent<"button", import("../../..").LocalNavigationItemProps>;
    };
};
export default _default;
export declare const Default: () => JSX.Element;
export declare const Variant: () => JSX.Element;
export declare const Selected: () => JSX.Element;
export declare const WithDropdown: () => JSX.Element;
//# sourceMappingURL=LocalNavigation.stories.d.ts.map