import type { PropsWithChildren } from 'react'; export type HtmlScriptProps = { src?: string; async?: boolean; }; /** * Script tag that renders by React and handles loading in the order */ export declare function HtmlScript(props: PropsWithChildren): null; //# sourceMappingURL=html-script.d.ts.map