import React, { ReactNode } from 'react'; /** VwcCard * For more info on this Vivid element please visit https://vivid.deno.dev/components/card * @param {CardAppearance | undefined} appearance - The appearance the card should have. **attribute** `appearance` * @param {string | undefined} headline - the text of the card heading accepts string **attribute** `headline` * @param {string | undefined} subtitle - the text of the card sub-heading accepts string **attribute** `subtitle` * @param {string | undefined} text - the text of the card sub-heading accepts string **attribute** `text` * @param {string | undefined} icon - card header icon **attribute** `icon` * @param {0 | 2 | 4 | 8 | 12 | 16 | 24 | undefined} elevation - card elevation dp **attribute** `elevation` * @param {boolean} clickableCard - Indicates whether card should be a clickable