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