import { LovelaceCard } from "./types"; export declare const computeCardSize: (card: LovelaceCard) => number | Promise;