declare namespace Foxact { type PropsWithRef

= Readonly>; type PropsWithoutRef

= Readonly>; type PropsWithChildren

= Readonly>; type ComponentProps> = Readonly>; type CustomComponentProps = Readonly>; type ComponentPropsWithRef = Readonly>; type CustomComponentPropsWithRef = Readonly>; type ComponentPropsWithoutRef = Readonly>; type CustomComponentPropsWithoutRef = Readonly>; } export { Foxact };