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