import { VType } from 'nerv-shared';
export declare function createVoid(): {
    dom: null;
    vtype: VType;
};
