import React from 'react'; export declare const LoomLink: ({ hash, title }: { hash: any; title: any; }) => React.JSX.Element; declare const LoomEmbed: ({ hash }: { hash: any; }) => React.JSX.Element; export default LoomEmbed; //# sourceMappingURL=loom-embed.d.ts.map