import { type WrappedComponentProps } from "react-intl"; import { type IInsightDefinition } from "@gooddata/sdk-model"; import { type IPushData } from "@gooddata/sdk-ui"; import { type IMinMaxControlProps, type IMinMaxControlState } from "../interfaces/MinMaxControl.js"; export declare function maxInputValidateAndPushData(data: IPushData, state: IMinMaxControlState, props: IMinMaxControlProps & WrappedComponentProps, setState: (data: Partial) => void, defaultState: IMinMaxControlState): void; export declare function minInputValidateAndPushData(data: IPushData, state: IMinMaxControlState, props: IMinMaxControlProps & WrappedComponentProps, setState: (data: Partial) => void, defaultState: IMinMaxControlState): void; export declare function isSetColumnHeadersPositionToLeftAllowed(insight: IInsightDefinition | undefined): boolean | undefined; //# sourceMappingURL=controlsHelper.d.ts.map