import { Target } from '@rnw-npm/dom-manipulation'; import { Props } from './props'; /** * SolutionEmbed objects provides a method to render the component in a target element. * For those, who prefer imperative style or cannot use web-component directly. */ export declare const SolutionEmbed: { render: (target: Target, props: Partial) => void; }; //# sourceMappingURL=SolutionEmbed.d.ts.map