import { I3DObject } from "../../../types"; export declare let libraryCardContainer: HTMLElement; export declare function renderLibraryPane(): HTMLDivElement; export declare function renderLibraryCards(cardList: Array): void; export declare function renderLibraryList(cardList: Array): void;