import { Component, Attributes } from 'jinge'; import { CardWrapper } from './card'; export declare class CardExpandContent extends Component { static template: string; marginTop: number; transitionEnabled: boolean; card: CardWrapper; _rod: () => void; _eh: () => void; constructor(attrs: Attributes); _onExpand(): void; calculateMarginTop($el: HTMLElement): void; calculateMarginTopImmediately($el: HTMLElement): void; __afterRender(): void; __beforeDestroy(): void; }