import { Config } from './config'; import { types } from '../types'; export type SymbolProps = types.SymbolProps; export declare const Constant: ({ config: { value }, scale }: SymbolProps) => import("react").JSX.Element; //# sourceMappingURL=Constant.d.ts.map