import { type IPushData } from "@gooddata/sdk-ui"; import { type ChartRowHeight } from "@gooddata/sdk-ui-charts"; import { type IVisualizationProperties } from "../../interfaces/Visualization.js"; export interface IRowHeightControlProps { pushData: (data: IPushData) => any; properties: IVisualizationProperties; defaultValue?: ChartRowHeight; } export declare function RowHeightControl({ pushData, properties, defaultValue }: IRowHeightControlProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=RowHeightControl.d.ts.map