declare function DeleteablePill({ name, onRemove, warning, id }: any): import("react/jsx-runtime").JSX.Element;
declare namespace DeleteablePill {
    var defaultProps: {
        onRemove: () => void;
        warning: null;
    };
}
export { DeleteablePill };
//# sourceMappingURL=DeleteablePill.d.ts.map