import { ComponentInterface } from '../../../stencil-public-runtime'; export declare class CardBody implements ComponentInterface { cardTitle: string; cardSubtitle: string; render(): any; }