import * as React from 'react'; /** * A simple close button as used in Modal dialogs. */ export declare const CloseButton: React.SFC> & { inner: { readonly StyledCloseButton: any; readonly Icon: React.FC & { inner: { readonly StyledIcon: any; }; }; }; };