/**
 * SPDX-FileCopyrightText: © 2019 Liferay, Inc. <https://liferay.com>
 * SPDX-License-Identifier: BSD-3-Clause
 */
import Button, { IProps } from './Button';
import ClayButtonWithIcon, { Props } from './ButtonWithIcon';
export type { Props as ButtonWithIconProps, IProps as ButtonProps };
export { ClayButtonWithIcon };
export default Button;
