/// import { Comp } from '../app.js'; export interface LibraryProps { className?: string; } export declare const Library: Comp;