export declare const descriptionWithLink: { slate: { children: ({ text: string; url?: undefined; type?: undefined; children?: undefined; } | { url: string; type: string; children: { text: string; color: { r: number; g: number; b: number; a: number; }; underline: boolean; }[]; text?: undefined; })[]; }[]; text: string; }; export declare const simpleText: { slate: { children: { text: string; }[]; }[]; text: string; }; //# sourceMappingURL=card-description-fixtures.d.ts.map