import * as React from 'react';
import { IconBaseProps } from '../../iconbase';

/**
 * Defines valid properties in BanIcon component. In addition to these, all properties of SVGSVGElement can be used in this component.
 * @group Properties
 */
export interface BanIconProps extends IconBaseProps {}

/**
 * **PrimeReact - BanIcon**
 *
 * [Live Demo](https://www.primereact.org/icons/)
 * --- ---
 * ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
 *
 * @group Component
 */
export declare class BanIcon extends React.Component<BanIconProps, any> {}
