import React from 'react'; import { RenderHTMLSourceProps } from './shared-types'; export type RenderHTMLSourcePropTypes = Record; export declare const renderSourcePropTypes: RenderHTMLSourcePropTypes; /** * A React component to render HTML snippets. * * @remarks This component is useful when you have to load dozens of HTML * snippets with the same config. Performance is expected to improve in such * scenarios. * * @warning This component requires to have {@link TRenderEngineProvider} * and {@link RenderHTMLConfigProvider} as parents. */ declare const RenderHTMLSource: React.NamedExoticComponent; export default RenderHTMLSource; //# sourceMappingURL=RenderHTMLSource.d.ts.map