import { default as ButtonPill } from './ButtonPill';
import * as CONSTANTS from './ButtonPill.constants';
import { Props } from './ButtonPill.types';
export { CONSTANTS as BUTTON_PILL_CONSTANTS };
export type ButtonPillProps = Props;
export default ButtonPill;
