import { SIZES } from '../ButtonPill/ButtonPill.constants';

const DEFAULTS = {
  SELECTED: undefined,
  OUTLINE: undefined,
};

export { DEFAULTS, SIZES };
