import { RefObject } from 'react'; import { ResizableSides } from './Interactive'; import { ViewProps } from './View/types'; declare type InteractiveChromeProps = Omit & { zIndex?: number; parent?: RefObject; resizingSides: ResizableSides; }; export declare const InteractiveChrome: ({ resizingSides, parent, cursor, ...rest }: InteractiveChromeProps) => JSX.Element; export {}; //# sourceMappingURL=InteractiveChrome.d.ts.map