import type { TRoot } from '../root/createRoot.svelte.js'; export interface CreateNextConfig { root: TRoot; } export type TNext = ReturnType; export declare function createNext(config: CreateNextConfig): { props: { 'data-st-combobox-next-button': string; readonly "aria-controls": string; readonly "aria-label": string; onmousedown(event: Event): void; onclick(): void; type: "button"; }; };