import React from 'react'; interface PlaceholderIconProps { width?: number; height?: number; 'aria-label'?: string; } declare const PlaceholderIcon: React.FC; export default PlaceholderIcon; //# sourceMappingURL=placeholder-icon.component.d.ts.map