import React from 'react'; declare const _default: React.MemoExoticComponent<{ ({ fill, width, height, scale, }: { fill: string; width: number; height: number; scale: number; }): JSX.Element; defaultProps: { fill: string; width: number; height: number; scale: number; }; }>; export default _default;