import { Pie } from "./Pie.ts"; export declare class QuarterPie extends Pie { constructor(); postUpdate(domNode: any, element: any): void; updateD3Pie(): void; calcOuterRadius(): number; } export interface QuarterPie { orientation(): string; orientation(_: string): this; }