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