import React from 'react'; import { LightChainElement } from '@breadstone/mosaik-elements-foundation'; /** * @public */ export declare const LightChain: import("../../../../Utils/Proxy").ReactWebComponent; declare global { namespace JSX { interface IntrinsicElements { 'mosaik-light-chain': React.DetailedHTMLProps, LightChainElement> | Partial; } } } //# sourceMappingURL=LightChainComponent.d.ts.map