import React from 'react'; /** Props for {@link ShareOutExplanation}. */ export interface ShareOutExplanationProps { toolTipTitle?: string; } /** Inline "What am I sharing?" label with a tooltip about public archivist storage. */ export declare const ShareOutExplanation: React.FC; //# sourceMappingURL=Explanation.d.ts.map