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