import { GraphqlFetch } from '../../utils/graphqlFetch'; export declare class ManifoldNoCredentials { el: HTMLElement; graphqlFetch?: GraphqlFetch; ownerId?: string; resourceLabel?: string; message?: string; noCredentialsEl?: Element; componentWillLoad(): Promise; componentDidUpdate(): void; findNodes(): void; render(): any[]; }