import React from "react"; import { InstagramCardProps } from "./InstagramCard"; declare type OwnProps = { onClose?: () => void; showCloseButton: Boolean; }; declare const InstagramM: React.ForwardRefExoticComponent>; export { InstagramM };