import type { FC } from 'react'; import type { ProLayoutProps } from '../../../propTypes'; declare const Notice: FC; export default Notice;