import { SIZES } from '../ButtonPill/ButtonPill.constants';
declare const DEFAULTS: {
    SELECTED: any;
    OUTLINE: any;
};
export { DEFAULTS, SIZES };
