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