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