import type { Dispatch } from 'react'; import type { Dimensions } from '@shopify/polaris-viz-core'; interface Props { ref: HTMLElement | null; setContainerBounds: (value: React.SetStateAction) => void; onIsPrintingChange: Dispatch>; } export declare function usePrintResizing({ ref, setContainerBounds, onIsPrintingChange, }: Props): { isPrinting: boolean; }; export {}; //# sourceMappingURL=usePrintResizing.d.ts.map