export default class Card extends UIComponent { _handleLoadFactory(): () => void; _bubbleUpLoad(): void; } import UIComponent from "./ui-component";