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