import { IconProps } from '../lib';
declare function PaintBrush({ weight, color, size, style }: IconProps): JSX.Element;
export default PaintBrush;
