/// interface Props { ownerName: string; } declare function NoBasePermision({ ownerName }: Props): JSX.Element; export default NoBasePermision;