import { NumberProps } from "@ducor/types";
export declare const Number: ({ name, label, withAsterisk, helperText, id, placeholder, direction, defaultValue, disabled, minLength, maxLength, className, }: NumberProps) => import("react/jsx-runtime").JSX.Element;
