import { Plugin } from '@servicenow/sdk-build-core'; export declare const SPWidgetPlugin: Plugin; export declare const getDefaultClientScript: (controller: string) => string; export declare const SP_WIDGET_DEFAULT_LINK_SCRIPT = "function link(scope, element, attrs, controller) {\n}"; export declare const SP_WIDGET_DEFAULT_SERVER_SCRIPT = "(function () {\n /* populate the 'data' object */\n /* e.g., data.table = $sp.getValue('table'); */\n})();"; export declare const SP_WIDGET_DEFAULT_HTML_TEMPLATE = "
";