import { Attributes, Component } from 'jinge'; import { CardWrapper } from './card'; export declare class CardExpandTrigger extends Component { static template: string; marginTop: number; transitionEnabled: boolean; card: CardWrapper; constructor(attrs: Attributes); __afterRender(): void; _onClick(): void; }