export declare class Shading { _type: string; _color: string; _fill: string; type(t: string): void; color(c: string): void; fill(c: string): void; }