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