import React from "react"; import { Path } from "slate"; export declare const CountdownV2Panel: ({ nodePath }: { nodePath: Path; }) => React.JSX.Element;