export declare const QueryFrom: (props: { addButton?: boolean | undefined; children?: React.ReactNode; maxDepth?: boolean | undefined; onClick?: ((type: 'table' | 'query', tableId?: string) => void) | undefined; }) => import("react/jsx-runtime").JSX.Element;