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