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