export declare const countries: ({
    code: string;
    label: string;
    phone: string;
    suggested?: undefined;
} | {
    code: string;
    label: string;
    phone: string;
    suggested: boolean;
})[];
export declare const top100Films: {
    title: string;
    year: number;
}[];
export declare const top100FilmsWithFirstLetters: {
    title: string;
    year: number;
    firstLetter: string;
}[];
export declare const timeSlots: string[];
//# sourceMappingURL=InputAutocomplete.mocks.d.ts.map