import { ProjectStorageLocationUsage } from '@sage-bionetworks/synapse-client';
export type ProjectStorageLimitAlertProps = {
    didUploadsExceedLimit: boolean;
    usage: ProjectStorageLocationUsage;
};
export declare function ProjectStorageLimitAlert(props: ProjectStorageLimitAlertProps): import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=ProjectStorageLimitAlert.d.ts.map