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