import { Style } from '../style'; export declare class Outline extends Style { static key: string; order: number; static colorful: boolean; }