type ResourcesTabProps = {
    isShared?: boolean;
};
export declare const ResourcesTab: ({ isShared }: ResourcesTabProps) => import("react/jsx-runtime").JSX.Element;
export {};
