/// interface Props { className?: string; } declare const Placeholder: (props: Props) => JSX.Element; export default Placeholder;