import { FC } from "react"; import { ShelfProps } from "./Shelf.types"; declare const Shelf: FC; export default Shelf;