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