// ag-grid-enterprise v20.2.0 import { Offset } from "./offset"; export { Offset } from "./offset"; export declare class DropShadow { constructor(color: string, offset: Offset, blur: number); color: string; offset: Offset; blur: number; }