import React from "react";
import { CustomerType } from "../types/member";
export declare const CustomerTypeIcon: (type: CustomerType) => React.JSX.Element;
