export type DrawerLocale = {
    close: string;
};
declare const locale: {
    close: string;
};
export default locale;
