import { default as React } from 'react'; interface SettingsPanelProps { children: React.ReactNode; } export declare function SettingsPanel({ children, }: SettingsPanelProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SettingsPanel.d.ts.map