import React from 'react'; interface ExtraContentProps { width?: number; height?: number; tools: any[]; prefixCls: string; } declare const _default: React.NamedExoticComponent; export default _default;