import type { StoreType } from "../types/index.js"; /** * Hook used by the root component to get all visible inputs. */ export declare const useVisiblePaths: (store: StoreType) => string[];