import { LazyItem, LazyItemNode } from '../types/lazy-item.types.js'; import { ComputedProps } from '../types/props.types.js'; export declare const attrToProps: (item: LazyItemNode, parentItem?: LazyItem | undefined) => ComputedProps;