import * as React from 'react';
export declare let useGetterPropsCalledChecker: (...propKeys: string[]) => (propKey: string, suppressRefError: boolean, refKey: string, elementRef: React.RefObject<HTMLElement> | undefined) => void;
