import { RefObject } from 'react'; import { ViewProps } from '../View/types'; export declare type FloatingChromeProps = ViewProps & { target: RefObject; measureKey?: number; }; export declare const FloatingChrome: (props: FloatingChromeProps) => JSX.Element; //# sourceMappingURL=FloatingChrome.d.ts.map