import { ComponentInterface, EventEmitter } from "../../stencil-public-runtime"; export declare class SnapshotCard implements ComponentInterface { floodteamClick: EventEmitter; href: string; photo: string; buttonText: string; active: boolean; buttonProps: {}; disableShrink: boolean; render(): any; }