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