import { FC } from "react"; export type C4ResourceAuthorizationsProps = { userId: string; }; declare const _default: FC; export default _default;