/// import { NumberProps } from './types'; export declare const Number: ({ value, variant, numberOptions }: NumberProps) => JSX.Element;