import React from 'react'; export interface SyncSizeSpaceRef { updateTargetElement: (targetElement: HTMLElement | null) => void; getTargetElement: () => HTMLElement | null; resizeSize: () => void; } export interface SyncSizeSpaceProps { className?: string; width?: string; height?: string; } export declare const SyncSizeSpace: React.ForwardRefExoticComponent>; //# sourceMappingURL=index.d.ts.map