import * as React from "react"; import { InstagramCardProps } from "./InstagramCard"; export interface Props extends InstagramCardProps { hoverBgColor?: string; } declare const InstagramAMWithRef: React.ForwardRefExoticComponent>; export { InstagramAMWithRef as InstagramA };