import React from "react"; export interface INotionLikeTooltipProps { children?: React.ReactNode; } declare function NotionLikeTooltip(props: INotionLikeTooltipProps): React.ReactElement; declare namespace NotionLikeTooltip { var displayName: string; } export { NotionLikeTooltip };