import type { HtmlIngredientProps } from '../types.js'; export interface NumberInputScrubberProps extends HtmlIngredientProps<'div', HTMLDivElement> { } declare const NumberInputScrubber: import("svelte").Component; type NumberInputScrubber = ReturnType; export default NumberInputScrubber;