/// export interface Props { numResult: number; datos: Comentarios[]; } export interface datos { text: string; title: string; } interface Comentarios { text: string; background: string; key: number; datos: datos[]; } export declare function SabiasQue({ numResult, datos }: Props): JSX.Element; export {}; //# sourceMappingURL=SabiasQue.d.ts.map