import "./CustomParamsSettings.scss"; interface CustomParamsSettingsPanelProps { onHandleOutsideClick?: (shouldHandle: boolean) => void; } export declare function CustomParamsSettingsPanel({ onHandleOutsideClick }: CustomParamsSettingsPanelProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=CustomParamsSettings.d.ts.map