/// <reference types="react" />
/******************************************************
 ************************* Dom *************************
 ******************************************************/
export interface IW3cShield {
    color1: string;
    color2: string;
}
declare const W3cShield: import("react").NamedExoticComponent<IW3cShield>;
export default W3cShield;
