import React from 'react';
import { DivProps } from 'react-html-props';
export interface EngagementIconsPlaceholderProps extends DivProps {
}
export declare const EngagementIconsPlaceholder: ({ ...divProps }: EngagementIconsPlaceholderProps) => React.JSX.Element;
export declare const HeartIcon: (props: DivProps) => React.JSX.Element;
export declare const ChatBubbleIcon: (props: DivProps) => React.JSX.Element;
export declare const ShareArrowIcon: (props: DivProps) => React.JSX.Element;
