import * as React from 'react'; import { RenderBlockProps } from 'slate-react'; import { UuiContexts } from '@epam/uui-core'; interface AttachmentBlockState { progress: number | null; fileName: string; } export declare class AttachmentBlock extends React.Component { static contextType: React.Context>; context: UuiContexts; state: AttachmentBlockState; lens: import("@epam/uui-core").ILens; changeName(name: string): void; getIcon(): JSX.Element; render(): JSX.Element; } export {}; //# sourceMappingURL=AttachmentBlock.d.ts.map