import { LocalizedString, LocalizedStrings } from '@internationalized/string'; export declare const draggableListMessagesStrings: LocalizedStrings; /** * Available message keys for DraggableList component */ export type DraggableListMessageKey = "emptyMessage" | "removeButtonLabel";