import type { FanGeometry, FanShapeCorners } from './types'; export declare function deriveFanGeometry(params: FanShapeCorners): FanGeometry;