import { IconProps } from '../lib';
declare function Article(props: IconProps): JSX.Element;
export default Article;
