import React from 'react'; declare type Props = { onKeyDown?: React.EventHandler; }; declare const Focus: React.FC; export default Focus; //# sourceMappingURL=Focus.d.ts.map