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