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