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