import * as React from 'react'; import { NavigationProps } from '../../AppBarNavList'; export declare const myPages: NavigationProps[]; declare const _default: { title: string; excludeStories: string[]; }; export default _default; export declare const Standard: { render: () => React.JSX.Element; name: string; };