import { QueryFormData, QueryContext } from '@superset-ui/query';
import ChartProps from '../models/ChartProps';
export interface PlainProps {
[key: string]: any;
}
declare type TransformFunction = (x: Input) => Output;
export declare type PreTransformProps = TransformFunction;
export declare type TransformProps = TransformFunction;
export declare type PostTransformProps = TransformFunction;
export declare type BuildQueryFunction = (formData: T) => QueryContext;
export {};
//# sourceMappingURL=TransformFunction.d.ts.map