import { JSX } from 'solid-js/jsx-runtime'; export declare const Card: (props: JSX.HTMLAttributes & { class?: string; }) => JSX.Element;