import { CardGalleryItemProps } from '.'; export declare const requiredProps: CardGalleryItemProps; export declare const testkitTests: { title: string; props: CardGalleryItemProps; }[]; export declare const ssrTests: { title: string; props: CardGalleryItemProps; }[]; export declare const a11yTests: { title: string; props: CardGalleryItemProps; }[]; //# sourceMappingURL=CardGalleryItem.meta.d.ts.map