export interface Settings {
    theme: 'system' | 'dark' | 'light';
    autofill_url: boolean;
}