import { LabelRule } from "../labeler";
import { PaintRule } from "../painter";
import { Theme } from "./themes";
export declare const paintRules: (t: Theme) => PaintRule[];
export declare const labelRules: (t: Theme) => LabelRule[];
