import type { HTMLButtonAttributes } from 'svelte/elements';
import type { TRoot } from '../root/createRoot.svelte.js';
interface Props extends HTMLButtonAttributes {
root?: TRoot;
}
declare const Next: import("svelte").Component;
type Next = ReturnType;
export default Next;