export declare const opt_group_results: {
    label: string;
    options: {
        poster: string;
        title: string;
        year: string;
    }[];
}[];
