export interface IElementWithAlpha { element: string | any; alpha: boolean; } export declare const elementsAlphaConfig: IElementWithAlpha[];