import type { CSSProperties, ReactNode } from 'react'; type BaseContentCardGroupProps = { children: ReactNode; loading?: boolean; style?: CSSProperties; }; export declare const ContentCardGroup: import("react").ForwardRefExoticComponent> & { Card: import("react").ForwardRefExoticComponent<{ title?: string; titleAs?: import("react").ElementType; subtitle?: string; subtitleAs?: import("react").ElementType; description?: string; children?: ReactNode; href: string; target?: import("react").AnchorHTMLAttributes['target']; style?: CSSProperties; } & import("react").RefAttributes>; }; export {}; //# sourceMappingURL=index.d.ts.map