import React from 'react';
import type { ControlProps } from '..';
declare const GhostRender: React.ForwardRefExoticComponent<Omit<ControlProps, "ref"> & React.RefAttributes<unknown>>;
export default GhostRender;
