import { type Css } from '@pitrix/portal-ui'; /** * 无权限展示页面 */ declare const UnauthorizedTips: ({ css }: { css?: Css; }) => JSX.Element; export default UnauthorizedTips;