import React from 'react'; export declare function StoredAssets({ data }: { data: Record; }): React.JSX.Element; /** read and remove stored data from the dom */ export declare function popAssets(): Map;