import type { CSSProperties } from 'react'; type UnitProps = { amount?: number; itemCallback?: (amount?: number, isVariant?: boolean) => void; getAmountValue?: (amount?: number) => void; unit?: string; style?: CSSProperties; }; export declare function Unit({ amount, itemCallback, getAmountValue, unit, style }: UnitProps): import("react").JSX.Element; export declare namespace Unit { var displayName: string; } export {}; //# sourceMappingURL=Unit.d.ts.map