import { LazyItemNode } from '../types/lazy-item.types.js'; import { ComputedProps } from '../types/props.types.js'; export declare const computeBorder: (item: LazyItemNode, props: ComputedProps, directive: string, value: string) => void;