import { ReactNode } from 'react'; export declare function AdvancedOptions({ title, openByDefault, children, }: { title?: string; openByDefault?: boolean; children: ReactNode; }): import("react/jsx-runtime").JSX.Element;