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