import { Registry } from '@superset-ui/core'; import { TransformProps } from '../types/TransformFunction'; declare class ChartTransformPropsRegistry extends Registry { constructor(); } declare const getInstance: () => ChartTransformPropsRegistry; export default getInstance; //# sourceMappingURL=ChartTransformPropsRegistrySingleton.d.ts.map