import type { BaseProps, MaybeInstance } from '../types.js'; export declare const useAttach: >(ref: () => T, attach: () => BaseProps["attach"]) => void;