import { Component } from 'react';
import { SsDescriptionPropsType } from '../utils/PropTypes';
export default class SsDescription extends Component<SsDescriptionPropsType, {}> {
    render(): JSX.Element;
}
