interface Params {
excludeListeners?: boolean;
excludeKeys?: string[];
}
export declare const useAttrs: (params?: Params) => {
$attrs: import('vue').ShallowRef<{}>;
$listeners: import('vue').ShallowRef<{}>;
$excludeAttrs: import('vue').ShallowRef<{}>;
};
export {};