import React from 'react'; declare type PlaceholderProps = { width: number; height: number; }; declare const Placeholder: React.FunctionComponent; export default Placeholder;