import React from 'react'; import { HTMLSourceUri } from './shared-types'; import { SourceLoaderProps } from './internal-types'; export type UriSourceLoaderProps = { source: HTMLSourceUri; } & SourceLoaderProps; export default function SourceLoaderUri(props: UriSourceLoaderProps): React.ReactElement> | React.FunctionComponentElement; //# sourceMappingURL=SourceLoaderUri.d.ts.map