declare const useAttrs: (props: Record<string, any>, excludeKeys?: string[]) => Record<string, any>;
export default useAttrs;
