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