import { createTheme } from '@atlaskit/theme/components'; import { type ThemeProps, type ThemeTokens } from './custom-theme-button-types'; declare const Theme: ReturnType>; export default Theme;