import * as React from 'react'; import type { YwContainerProps } from '../../types'; declare const YwContainer: React.FC; export default YwContainer;