export type DialogSelectionThumbnailProps = Readonly<{ /** Rendered in both stack layers, typically an `` of the last selected item. */ image: React.ReactNode; /** Fans the stack out when more than one item is selected. */ multiple?: boolean; className?: string; }>; export declare const DialogSelectionThumbnail: ({ image, multiple, className, }: DialogSelectionThumbnailProps) => import("react").JSX.Element; //# sourceMappingURL=DialogSelectionThumbnail.d.ts.map