import React from 'react';
import { OriginRateProps, ArgProps } from './Props';
declare type InnerProps = Omit<OriginRateProps, keyof ArgProps>;
declare const _default: (background: ArgProps['background'], front: ArgProps['front'], opts?: Partial<InnerProps>) => React.ComponentType<import("../Form/Props").GetInputableProps<InnerProps, unknown>>;
export default _default;
