type InheritanceMessageProps = {
    isProject: boolean;
    isInherited: boolean;
    isAfterUpload?: boolean;
    benefactorId?: string;
};
export declare function InheritanceMessage(props: InheritanceMessageProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=InheritanceMessage.d.ts.map