/// <reference types="react" />
import "../../CommonImports";
import "../../Core/core.css";
import "./Dropdown.css";
import { IWithPivotsProps } from "./WithPivots.Props";
export declare function WithPivots<T extends {} = {}>(props: IWithPivotsProps<T>): JSX.Element;
