import { ElementFunction } from '../index.js';
/** used when you do NOT have a root element returned for your function */
export declare const noElement: ElementFunction;
export declare function noElementMaker(): ElementFunction;
