import { JSX, ComponentInterface } from '../../../stencil-public-runtime'; export declare class Card implements ComponentInterface { /** * CSS Classes */ class: string; render(): JSX.Element; }