import './styles.css'; import type { ExampleWrapperProps } from './types'; declare const ExampleWrapper: import("svelte").Component; type ExampleWrapper = ReturnType; export default ExampleWrapper;