import Button from './Button'; import Themed from './themed/ThemedButton'; import themes from './themed/themes'; export type { AwesomeButtonOnPress, AwesomeButtonPressableProps, AwesomeButtonProps, ButtonSize, ButtonVariant, ProgressCompletionHandler, RegisteredThemeDefinition, ThemeButtonDefinitions, ThemeButtonStyle, ThemeDefinition, ThemeName, ThemeSizeDefinitions, ThemeSizeStyle, ThemedButtonProps, } from './types'; export type { ButtonTypes } from './Button'; export declare const ThemedButton: typeof Themed; export declare const getTheme: typeof themes; export default Button; //# sourceMappingURL=index.d.ts.map