import React from 'react'; import type { GroupProps, RenderGroupItem } from '../layout/Group'; /** * @deprecated Use `Box`, `HStack` or `VStack` instead. This will be removed in a future major release. * @deprecationExpectedRemoval v10 */ export type CardGroupBaseProps = Omit; /** * @deprecated Use `Box`, `HStack` or `VStack` instead. This will be removed in a future major release. * @deprecationExpectedRemoval v10 */ export type CardGroupProps = CardGroupBaseProps; export type CardGroupRenderItem = RenderGroupItem; /** * @deprecated Use `Box`, `HStack` or `VStack` instead. This will be removed in a future major release. * @deprecationExpectedRemoval v10 */ export declare const CardGroup: React.MemoExoticComponent< React.ForwardRefExoticComponent< Omit & React.RefAttributes > >; //# sourceMappingURL=CardGroup.d.ts.map