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