import { ResourceWithOwnerQuery } from '../../types/graphql'; export declare class ManifoldResourceCredentials { ownerId?: string; gqlData?: ResourceWithOwnerQuery['resource']; loading?: boolean; noCredentials?: boolean; componentWillLoad(): void; render(): any; }