/** * Data Export Section Component * * Provides UI and functionality for exporting user data and backing up identifier seeds. * Includes buttons for seed backup and database export, with platform-specific download instructions. * Also displays a list of backup files with options to open them in the device's file explorer. * * @component * @displayName DataExportSection * @example * ```vue * * ``` */