import React from 'react';
declare const _default: {
    title: string;
    component: React.FC<Pick<import("prop-types").InferProps<{
        items: import("prop-types").Validator<import("prop-types").InferProps<{
            title: import("prop-types").Validator<string>;
            id: import("prop-types").Validator<string>;
            path: import("prop-types").Validator<string>;
            isHeading: import("prop-types").Requireable<boolean>;
            isSubHeading: import("prop-types").Requireable<boolean>;
            status: import("prop-types").Requireable<import("prop-types").InferProps<{
                color: import("prop-types").Validator<string>;
                title: import("prop-types").Validator<string>;
                id: import("prop-types").Validator<string>;
            }>>;
        }>[]>;
    }>, "items"> & {}>;
    decorators: any[];
    parameters: {};
};
export default _default;
export declare const simple: () => JSX.Element;
//# sourceMappingURL=nav-list.story.d.ts.map