import type { ActionTriggerProps } from '@zag-js/timer';
import type { Assign, HtmlIngredientProps } from '../types.js';
export interface TimerActionTriggerProps extends Assign<HtmlIngredientProps<'button', HTMLButtonElement>, ActionTriggerProps> {
}
declare const TimerActionTrigger: import("svelte").Component<TimerActionTriggerProps, {}, "ref">;
type TimerActionTrigger = ReturnType<typeof TimerActionTrigger>;
export default TimerActionTrigger;
