/// import { DatosCard } from './card'; interface Props { datos?: DatosCard[]; backgroundColor?: string; title?: string; } export declare function Sectioncard({ datos, title, }: Props): JSX.Element; export {}; //# sourceMappingURL=sectioncard.d.ts.map