import type { CardGroupItemProps } from './item.type'; declare const Item: (props: CardGroupItemProps) => import("react/jsx-runtime").JSX.Element; export default Item; //# sourceMappingURL=item.d.ts.map