export { createPlaceholder as default }; declare function createPlaceholder

(makePlaceholder: (arg0: any) => P): (arg0: any) => P;