import { El, Styles } from '../types/global.types.js'; import { LazyItem } from '../types/lazy-item.types.js'; export declare const inheritStyle: (el: El, parentItem?: LazyItem | undefined) => Styles;