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