import { LocalizedString, LocalizedStrings } from '@internationalized/string'; export declare const drawerMessagesStrings: LocalizedStrings; /** * Available message keys for Drawer component */ export type DrawerMessageKey = "closeTrigger";