import { ReactNode } from 'react'; type Props = { defaultSelectedType?: 'cubes' | 'views'; customTypeSwitcher?: ReactNode; showEditQueryButton?: boolean; width?: string; }; export declare function QueryBuilderSidePanel({ defaultSelectedType, customTypeSwitcher, showEditQueryButton, width, }: Props): import("react/jsx-runtime").JSX.Element; export {};