import React from 'react'; declare const PlaceholderMonkey: ({ text }: { text?: string; }) => React.JSX.Element; export default PlaceholderMonkey;