/// import type { SmartButton } from './PropTypes'; declare const Button: import("react").FC; export { Button }; export { SmartButton, SmartButtonEvents, SmartButtonExternalClassName, SmartButtonProps, } from './PropTypes';