import { FC } from "react"; import "./styles/Decals.css"; type Props = { decals: string[]; }; declare const Decals: FC; export default Decals;