/// <reference types="react" />
declare const PaintBucket: (props: any, ref: any) => JSX.Element;
export default PaintBucket;
