import type { ButtonTheme } from './light';
declare const buttonDark: ButtonTheme;
export default buttonDark;
