export default SocialPreview;
/**
 * A displayer for a social post
 */
declare class SocialPreview extends React.Component<any, any, any> {
    static displayName: string;
    static defaultProps: {
        skin: string;
        size: string;
    };
    constructor(props: any);
    constructor(props: any, context: any);
    _isTwitter(): boolean;
    _isTwitterSmall(): boolean;
    _renderTitle(): React.JSX.Element;
    _renderDescription(): React.JSX.Element;
    _renderUrlText(): React.JSX.Element;
    _renderUrl(): any;
    _renderMedia(): any;
    render(): React.JSX.Element;
}
import React from 'react';
//# sourceMappingURL=SocialPreview.d.ts.map