/**
 * The `auto` entrypoint automatically creates an instance of
 * {@link index.EmbeddedViewSdk | EmbeddedViewSdk} that can be accessed
 * using the {@link Forma} export.
 *
 * This is a convenience entrypoint that can be used unless you need to
 * use custom options for the {@link index.EmbeddedViewSdk | EmbeddedViewSdk},
 * in which case you need to instantiate it manually.
 *
 * @packageDocumentation
 */
import { EmbeddedViewSdk } from "./internal/embedded-view.js";
/**
 * {@inheritDoc auto}
 */
export declare const Forma: EmbeddedViewSdk;
