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