export declare class BiCardMedia { /** * The source of the media */ src: string; /** * The alt text of the media */ alt: string; render(): any; }