import type { BoundingRect } from '@shopify/polaris-viz-core'; import type { Dispatch, SetStateAction } from 'react'; export declare function useContainerBounds({ onIsPrintingChange, scrollContainer, sparkChart, }: { onIsPrintingChange: Dispatch>; scrollContainer?: Element | null; sparkChart?: boolean; }): { containerBounds: BoundingRect | null; updateContainerBounds: () => void; setRef: (node: HTMLElement | null) => void; }; //# sourceMappingURL=useContainerBounds.d.ts.map