import * as React from 'react';
export interface IProps {
    width?: number;
    height?: number;
    children?: any;
}
declare const _default: React.MemoExoticComponent<({ width, height, children }: IProps) => JSX.Element>;
export default _default;
