import { Attributes } from "../utils/transformDataAttributes"; interface Props { attributes: Attributes; chartUuid: string; children: any; portalNode: HTMLElement; } export declare const DisableOutOfView: ({ attributes, chartUuid, children, portalNode, }: Props) => any; export {};