import { KVL } from '../../ldaccess/KVL'; import { BlueprintConfig, IBlueprintItpt, OutputKVMap } from '../../ldaccess/ldBlueprint'; import { ILDOptions } from '../../ldaccess/ildoptions'; import { LDConnectedState, LDConnectedDispatch, LDOwnProps, LDLocalState } from '../../appstate/LDProps'; import { Component } from 'react'; export declare const CSS_OBJECT_FIT = "CSSObjectFit"; export declare class PureImgDisplay extends Component implements IBlueprintItpt { static getDerivedStateFromProps(nextProps: LDConnectedState & LDConnectedDispatch & LDOwnProps, prevState: LDLocalState): null | LDLocalState; cfg: BlueprintConfig; outputKVMap: OutputKVMap; ownKVLs: KVL[]; consumeLDOptions: (ldOptions: ILDOptions) => any; constructor(props: any); render(): JSX.Element; }