import { UpNumberProps } from './types'; export declare const wrapperNumberStyles: (props: UpNumberProps) => string; export declare const wrapperNumberButtonsStyles: (props: UpNumberProps) => string;