import type { HTMLAttributes } from '../../../internal/html-attributes.js';
import type { PropsWithElement } from '../../../internal/props-with-element.js';
export interface PaginationNextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {
}
declare const NextTrigger: import("svelte").Component;
type NextTrigger = ReturnType;
export default NextTrigger;