/** * Selector for NATURALLY focusable elements * @type {String} */ declare const focusableSelector: string; export default focusableSelector;