import { ScaleComponent as SC } from '../runtime'; import { PowScale as PowScaleSpec } from '../spec'; export type PowOptions = Omit<PowScaleSpec, 'type'>; export declare const Pow: SC<PowOptions>;