import * as React from 'react'; import { UuiContexts } from '@epam/uui-core'; import { DraftButtonProps } from '../../../types'; export declare class ImageButton extends React.Component { static contextType: React.Context>; context: UuiContexts; onMouseDown: (event: React.MouseEvent) => void; isImageSelected: () => any; handleClick: (src: string, alt: string, width: number, height: number) => void; render(): JSX.Element; } //# sourceMappingURL=ImageButton.d.ts.map