export type ButtonGroupLocale = { ariaLabel: string; }; declare const locale: { ariaLabel: string; }; export default locale;