import { ButtonTheme, ThemeButton } from './theme.js'; declare const themeButtonReaderRevenue: Partial; declare const themeButtonReaderRevenueBrand: Partial; declare const themeButtonReaderRevenueBrandAlt: Partial; /** @deprecated Use `themeButtonReaderRevenue` and component `theme` prop instead of emotion's `ThemeProvider` */ declare const buttonThemeReaderRevenue: { button: Partial; }; /** @deprecated Use `themeButtonReaderRevenueBrand` and component `theme` prop instead of emotion's `ThemeProvider` */ declare const buttonThemeReaderRevenueBrand: { button: Partial; }; /** @deprecated Use `themeButtonReaderRevenueBrandAlt` and component `theme` prop instead of emotion's `ThemeProvider` */ declare const buttonThemeReaderRevenueBrandAlt: { button: Partial; }; export { buttonThemeReaderRevenue, buttonThemeReaderRevenueBrand, buttonThemeReaderRevenueBrandAlt, themeButtonReaderRevenue, themeButtonReaderRevenueBrand, themeButtonReaderRevenueBrandAlt };