import React from 'react'; import { ContainerProps } from '@mantine/core'; declare const PnBannerEle: ({ ...rest }: ContainerProps) => React.JSX.Element; export { PnBannerEle };