import * as React from 'react'; export declare const navbarPages: { id: number; label: string; onClick: (url: string) => void; toUrl: string; name: string; path: string; }[]; declare const _default: { title: string; excludeStories: string[]; }; export default _default; export declare const WithThemeAndAppbar: { render: () => React.JSX.Element; name: string; };