import type { PlaceholderNode } from '../PlaceholderNode'; export declare function createPlaceholder(props: Partial> & Pick, 'type'>): PlaceholderNode;