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