import { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import { PaintBucketIcon as VanillaPaintBucketIcon } from '@pmndrs/uikit-lucide'; import { SvgProperties } from '@react-three/uikit'; export declare const PaintBucketIcon: ForwardRefExoticComponent & RefAttributes>; export declare const PaintBucket: ForwardRefExoticComponent & RefAttributes>;