export declare const useAttr: <T>(name: string) => ComputedRef<T | undefined>;
