interface DropShadowProps { id?: string; x?: string; y?: string; width?: string; height?: string; color?: string; opacity?: number; } export declare const DropShadow: (props: DropShadowProps) => any; export {};