import * as React from 'react'; declare const DialogWithSize: React.FC<{ maximumWidth: string; }>; export { DialogWithSize };