import { type AttributeReactiveClass } from '../../element-reactive/index.js'; export declare class DropShadow implements InstanceType> { #private; static observedAttributes: string[]; _handleBlurRadius: (this: void, newVal: string | null) => void; constructor(dom: HTMLElement); }