/// interface Props { showShare?: boolean; isLoading?: boolean; link?: string; likes?: string; comments?: string; align?: "left" | "center"; size?: "regular" | "small"; } export declare function InstagramReactions(props: Props): JSX.Element | null; export {};