import type { PropsWithChildren } from 'react'; export declare const SettingsCardAccordion: React.FC; export declare const useSettingsCardExpandable: () => { expanded: boolean; toggleExpanded: () => void; };