import { YwTitleProps } from '../../types'; declare function YwTitle(props: YwTitleProps): JSX.Element; declare namespace YwTitle { var defaultProps: { size: string; }; } export default YwTitle;