import type { UniqueIdentifier } from '@dnd-kit/core'; import React from 'react'; import { type Props } from './GalleryTile'; export declare function SortableGalleryTile({ id, ...props }: Props & { id: UniqueIdentifier; }): React.JSX.Element;