import React from 'react'; export interface WithAutoFocusProps { autoFocus?: boolean | null; tabIndex?: number; preventScroll?: boolean; } export declare const withAutoFocus:
(Component: React.ComponentType
) => React.FC
; //# sourceMappingURL=withAutoFocus.d.ts.map