import type { WireframeProps } from './types.js';
declare const Wireframe: import("svelte").Component<WireframeProps, {}, "">;
type Wireframe = ReturnType<typeof Wireframe>;
export default Wireframe;
