import React from 'react';
import type { IconProps, NewCoreIconProps } from '@atlaskit/icon';
declare const EditorPasteIcon: {
    (props: Omit<IconProps, "size"> & Omit<NewCoreIconProps, "size">): React.JSX.Element;
    displayName: string;
};
export default EditorPasteIcon;
