import { AddOn } from "@saasquatch/stencilbook"; export declare function withShadowView(component: any): void; /** * Any story that defines `parameters.tagname` will be used as a wrapper component around the view */ export declare const ShadowViewAddon: AddOn;