/** * Design decisions for the drop indicator's main line */ export declare const line: { borderRadius: number; thickness: number; backgroundColor: "var(--ds-border-brand)"; };