/// <reference types="react" />
import { React } from '../../common';
export interface INextScriptProps {
    children?: React.ReactNode;
}
export declare const NextScript: (props: INextScriptProps) => JSX.Element;
