import { GlobalToken } from "antd"; export interface ItemGroupTokenType extends GlobalToken { [k: string]: any; } declare const ItemGroupStyleFunc: (prefix: string) => any; export default ItemGroupStyleFunc;