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