export = getGachaIcon;
declare function getGachaIcon(conf?: {
    type: string;
    id: number;
}): any;
