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