import React from 'react'; /** * `useItemSubCard` hook */ export declare const useItemSubCard: (subCardsList: any) => { SubCard: ({ cardInfo, ...rest }: { [x: string]: any; cardInfo: any; }, child: any) => React.JSX.Element; closeSubCard: () => void; setSubCardType: (cardType: any) => void; subCardType: string; getSubCardInfo: (subCardTypeStr: any) => { defaultColor: any; textColor: any; backgroundColor: any; icon: any; }; }; //# sourceMappingURL=useItemSubCard.d.ts.map