type Props = { url: string; showLargeContent: boolean; onClick?: () => void; }; declare const CoverArt: ({ url, showLargeContent, onClick }: Props) => import("react/jsx-runtime").JSX.Element; export default CoverArt;