import { ImageSymbolEffectCommon } from './symbol-effects-common';
export { ImageSymbolEffects } from './symbol-effects-common';
export declare class ImageSymbolEffect extends ImageSymbolEffectCommon {
    static fromSymbol(symbol: string): ImageSymbolEffect;
}
