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