import * as React from 'react'; import { FooterItem } from '..'; export declare const footerItems: FooterItem[]; declare const _default: { title: string; excludeStories: string[]; }; export default _default; export declare const FooterWithContent: { render: () => React.JSX.Element; name: string; }; export declare const FooterWithContentLongerThan100: { render: () => React.JSX.Element; name: string; };