/// <reference types="react" />
declare const Placeholder: (props: any, ref: any) => JSX.Element;
export default Placeholder;
