import React from 'react';
declare const _default: React.MemoExoticComponent<({ width, height, ...other }: {
    [x: string]: any;
    width?: string | undefined;
    height?: string | undefined;
}) => React.JSX.Element>;
export default _default;
