import { ItemRenderer } from '@react-types/shared'; import * as React from 'react'; export declare type MaybeRenderProp
= R | ((props: P) => R); export declare type MaybeRenderPropWithState
= R | ((props: P, state: S) => R);
export declare type Placement = 'bottom' | 'bottom left' | 'bottom right' | 'top' | 'top left' | 'top right' | 'left' | 'left top' | 'left bottom' | 'right' | 'right top' | 'right bottom';
export interface PartialSpectrumCollectionNode