export default LinksPanel; declare function LinksPanel(props: any): React.JSX.Element; declare namespace LinksPanel { namespace propTypes { export { string as selectedAccordionIndex }; export { func as onChangeAccordion }; export let contextType: import("prop-types").Validator; export let contextId: import("prop-types").Validator; export { string as searchString }; export let collections: import("prop-types").Validator; isLoading: import("prop-types").Requireable; lastError: import("prop-types").Requireable; links: import("prop-types").Validator<(import("prop-types").InferProps<{ href: import("prop-types").Validator; title: import("prop-types").Validator; published: import("prop-types").Requireable; date: import("prop-types").Requireable; date_type: import("prop-types").Requireable; has_overrides: import("prop-types").Requireable; }> | null | undefined)[]>; }>>; assignments: import("prop-types").Requireable; isLoading: import("prop-types").Requireable; lastError: import("prop-types").Requireable; links: import("prop-types").Validator<(import("prop-types").InferProps<{ href: import("prop-types").Validator; title: import("prop-types").Validator; published: import("prop-types").Requireable; date: import("prop-types").Requireable; date_type: import("prop-types").Requireable; has_overrides: import("prop-types").Requireable; }> | null | undefined)[]>; }>>; discussions: import("prop-types").Requireable; isLoading: import("prop-types").Requireable; lastError: import("prop-types").Requireable; links: import("prop-types").Validator<(import("prop-types").InferProps<{ href: import("prop-types").Validator; title: import("prop-types").Validator; published: import("prop-types").Requireable; date: import("prop-types").Requireable; date_type: import("prop-types").Requireable; has_overrides: import("prop-types").Requireable; }> | null | undefined)[]>; }>>; modules: import("prop-types").Requireable; isLoading: import("prop-types").Requireable; lastError: import("prop-types").Requireable; links: import("prop-types").Validator<(import("prop-types").InferProps<{ href: import("prop-types").Validator; title: import("prop-types").Validator; published: import("prop-types").Requireable; date: import("prop-types").Requireable; date_type: import("prop-types").Requireable; has_overrides: import("prop-types").Requireable; }> | null | undefined)[]>; }>>; quizzes: import("prop-types").Requireable; isLoading: import("prop-types").Requireable; lastError: import("prop-types").Requireable; links: import("prop-types").Validator<(import("prop-types").InferProps<{ href: import("prop-types").Validator; title: import("prop-types").Validator; published: import("prop-types").Requireable; date: import("prop-types").Requireable; date_type: import("prop-types").Requireable; has_overrides: import("prop-types").Requireable; }> | null | undefined)[]>; }>>; wikiPages: import("prop-types").Requireable; isLoading: import("prop-types").Requireable; lastError: import("prop-types").Requireable; links: import("prop-types").Validator<(import("prop-types").InferProps<{ href: import("prop-types").Validator; title: import("prop-types").Validator; published: import("prop-types").Requireable; date: import("prop-types").Requireable; date_type: import("prop-types").Requireable; has_overrides: import("prop-types").Requireable; }> | null | undefined)[]>; }>>; }>>>; export { func as fetchInitialPage }; export { func as fetchNextPage }; export { func as onLinkClick }; export { bool as canCreatePages }; export { bool as editing }; export { func as onEditClick }; export { linkShape as selectedLink }; } namespace defaultProps { let selectedAccordionIndex: string; let editing: boolean; } } import React from 'react'; import { string } from 'prop-types'; import { func } from 'prop-types'; import { bool } from 'prop-types'; import { linkShape } from './propTypes';