import { Widget } from "@hpcc-js/common"; export declare const hpccRequire: any; export declare function placeholder(widget: T, props?: { height?: number; skipJson?: boolean; skipClick?: boolean; [key: string]: any; }, includeJson?: boolean, includeClick?: boolean): { div: any; widget: T; }; //# sourceMappingURL=util.d.ts.map