import { D3SvgElementSelection } from "../../../types"; export declare class NewSequenceButton { private readonly indexOfRowBefore; private buttonElement?; private readonly canvas; private rootElement?; private bodyElement?; constructor(indexOfRowBefore: number); show(): void; static appendPlusIcon(element: D3SvgElementSelection): void; protected appendHover(): D3SvgElementSelection | void; protected appendHoverAreaElement(): void; drawSelection(): void; moveSelection(): void; protected removeHover(): void; remove(): void; setWidth(width: number): void; }