import { ReactElement } from 'react'; import { SvgIconProps } from './props'; export declare function Visa({ size }: SvgIconProps): ReactElement;