import { RoundInputProps } from './RoundInput'; export type RoundNumberInputProps = RoundInputProps & { unit: string; }; export declare const RoundNumberInput: (props: RoundNumberInputProps) => import("react/jsx-runtime").JSX.Element;