import type { TableHandleRootElement, TableHandleRootProps as Props, TableHandleRootEvents as Events } from '@prosekit/web/table-handle';
import type { SvelteComponent } from 'svelte';
import type { HTMLAttributes } from 'svelte/elements';
import type { CreateProps } from '../create-props';
/**
 * Props for the {@link TableHandleRoot} component.
 */
export interface TableHandleRootProps extends Partial<CreateProps<Props, Events>> {
}
export declare const TableHandleRoot: typeof SvelteComponent<TableHandleRootProps & HTMLAttributes<TableHandleRootElement>>;
//# sourceMappingURL=table-handle-root.gen.d.ts.map