/// export interface Props { item: { text: string; background: string; key: number; datos: DataCard[]; }; } export interface DataCard { text: string; title: string; } export declare const CardsSabiasQue: ({ item }: Props) => JSX.Element; //# sourceMappingURL=CardsSabiasQue.d.ts.map