import { FC } from "react"; import { XHComponentCommonProps } from "../../types"; export declare type XHListProps = { code: string; size?: number; } & XHComponentCommonProps; declare const XHBankIcon: FC; export default XHBankIcon;