import { ResourceStatusLabel } from '../../types/graphql'; export declare class ManifoldResourceStatusView { loading?: boolean; resourceState?: ResourceStatusLabel; size?: 'xsmall' | 'small' | 'medium'; componentWillLoad(): void; render(): any; }