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