import React from 'react' import Pill from '../_pill' const PillVariants = (props) => { return (
) } export default PillVariants