import React from 'react'; import type IconProps from './prop_types'; interface PaymentProps extends IconProps { filled?: boolean; } export declare function IconPayment({ _modifierClass, 'aria-describedby': ariaDescribedby, 'aria-hidden': ariaHidden, 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelledby, color, id, size, tight, title, filled }: PaymentProps): React.JSX.Element; export {};